Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
System.Formats.Asn1
System Library
| Author | Microsoft |
| Version | 10.0.1 |
| Tags |
Public Types
System.​Formats.​Asn1
struct Asn1Tag
Represents an ASN.1 tag, as described in ITU-T Recommendation X.680.
class AsnContentException
The exception that is thrown when an encoded ASN.1 value cannot be successfully decoded.
class AsnDecoder
Provides stateless methods for decoding BER-encoded, CER-encoded, and DER-encoded ASN.1 data.
enum AsnEncodingRules
Specifies the encoding ruleset for an <see cref="T:System.Formats.Asn1.AsnReader" /> or <see cref="T:System.Formats.Asn1.AsnWriter" /> .
class AsnReader
Represents a stateful, forward-only reader for BER-encoded, CER-encoded, or DER-encoded ASN.1 data.
struct AsnReaderOptions
Specifies options that modify the behavior of an <see cref="T:System.Formats.Asn1.AsnReader" /> .
class AsnWriter
A writer for BER-encoded, CER-encoded, and DER-encoded ASN.1 data.
enum TagClass
Specifies the tag class for a particular ASN.1 tag.
enum UniversalTagNumber
Specifies tag assignments for the UNIVERSAL class in ITU-T X.680.