X509ExtensionExtensionsDecode(Asn1Reader) Method
Decodes ASN.1-encoded byte array to an instance of
X509Extension class.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public static X509Extension Decode(
Asn1Reader asn
)
Public Shared Function Decode (
asn As Asn1Reader
) As X509Extension
public:
static X509Extension^ Decode(
Asn1Reader^ asn
)
static member Decode :
asn : Asn1Reader -> X509Extension
- asn Asn1Reader
- ASN.1 reader that points to the beginning of the X.509 extension structure.
X509ExtensionDecoded extension object.