System.Formats.Asn1
Namespace with 9 public types
Classes
AsnContentException
The exception that is thrown when an encoded ASN.1 value cannot be successfully decoded.
AsnReader
A stateful, forward-only reader for BER-, CER-, or DER-encoded ASN.1 data.
AsnWriter
A writer for BER-, CER-, and DER-encoded ASN.1 data.
Structures
Asn1Tag
This type represents an ASN.1 tag, as described in ITU-T Recommendation X.680.
AsnReaderOptions
Specifies options that modify the behavior of an .
Enumerations
AsnEncodingRules
The encoding ruleset for an or .
TagClass
The tag class for a particular ASN.1 tag.
UniversalTagNumber
Tag assignments for the UNIVERSAL class in ITU-T X.680.
Static Classes
AsnDecoder
Provides stateless methods for decoding BER-encoded, CER-encoded, and DER-encoded ASN.1 data.