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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.