Click or drag to resize

X509AuthorityKeyIdentifierExtension Constructor

Overload List
  NameDescription
Public methodX509AuthorityKeyIdentifierExtension(AsnEncodedData, Boolean)
Intitializes a new instance of X509AuthorityKeyIdentifierExtension class from ASN.1-encoded AKI extension value and a value that identifies whether the extension is critical.
Public methodX509AuthorityKeyIdentifierExtension(String, Boolean)
Intitializes a new instance of X509AuthorityKeyIdentifierExtension class from a key identifier value and a value that identifies whether the extension is critical.
Public methodX509AuthorityKeyIdentifierExtension(X509Certificate2, AuthorityKeyIdentifierFlags, Boolean)
Intitializes a new instance of X509AuthorityKeyIdentifierExtension class from an issuer certificate, extension generation flags an a value that identifies whether the extension is critical.
Top
See Also