System.Formats.Asn1 Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types used in reading and writing Abstract Syntax Notation One (ASN.1) data structures.
Classes
AsnContentException |
The exception that is thrown when an encoded ASN.1 value cannot be successfully decoded. |
AsnDecoder |
Provides stateless methods for decoding BER-encoded, CER-encoded, and DER-encoded ASN.1 data. |
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. |
Structs
Asn1Tag |
Represents an ASN.1 tag, as described in ITU-T Recommendation X.680. |
AsnReaderOptions |
Specifies options that modify the behavior of an AsnReader. |
AsnWriter.Scope |
Represents a pushed ASN.1 scope. |
Enums
AsnEncodingRules |
Specifies the encoding ruleset for an AsnReader or AsnWriter. |
TagClass |
Specifies the tag class for a particular ASN.1 tag. |
UniversalTagNumber |
Specifies tag assignments for the UNIVERSAL class in ITU-T X.680. |
Remarks
For more information, see the ASN.1 BER/CER/DER reader and writer design document.
.NET