Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509SubjectKeyIdentifierExtension Constructor

 

Initializes a new instance of the X509SubjectKeyIdentifierExtension class.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodX509SubjectKeyIdentifierExtension()

Initializes a new instance of the X509SubjectKeyIdentifierExtension class.

System_CAPS_pubmethodX509SubjectKeyIdentifierExtension(AsnEncodedData^, Boolean)

Initializes a new instance of the X509SubjectKeyIdentifierExtension class using encoded data and a value that identifies whether the extension is critical.

System_CAPS_pubmethodX509SubjectKeyIdentifierExtension(array<Byte>^, Boolean)

Initializes a new instance of the X509SubjectKeyIdentifierExtension class using a byte array and a value that identifies whether the extension is critical.

System_CAPS_pubmethodX509SubjectKeyIdentifierExtension(PublicKey^, Boolean)

Initializes a new instance of the X509SubjectKeyIdentifierExtension class using a public key and a value indicating whether the extension is critical.

System_CAPS_pubmethodX509SubjectKeyIdentifierExtension(PublicKey^, X509SubjectKeyIdentifierHashAlgorithm, Boolean)

Initializes a new instance of the X509SubjectKeyIdentifierExtension class using a public key, a hash algorithm identifier, and a value indicating whether the extension is critical.

System_CAPS_pubmethodX509SubjectKeyIdentifierExtension(String^, Boolean)

Initializes a new instance of the X509SubjectKeyIdentifierExtension class using a string and a value that identifies whether the extension is critical.

Return to top
Show:
© 2017 Microsoft