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
Represents a stateful, forward-only reader for BER-encoded, CER-encoded, or DER-encoded ASN.1 data.
AsnWriter
A writer for BER-encoded, CER-encoded, and DER-encoded ASN.1 data.
Structures
Asn1Tag
Represents an ASN.1 tag, as described in ITU-T Recommendation X.680.
AsnReaderOptions
Specifies options that modify the behavior of an .
Enumerations
AsnEncodingRules
Specifies the encoding ruleset for an or .
TagClass
Specifies the tag class for a particular ASN.1 tag.
UniversalTagNumber
Specifies 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.