X509SubjectKeyIdentifierExtension Constructor
Initializes a new instance of the X509SubjectKeyIdentifierExtension class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | X509SubjectKeyIdentifierExtension() | Initializes a new instance of the X509SubjectKeyIdentifierExtension class. |
![]() | X509SubjectKeyIdentifierExtension(AsnEncodedData^, Boolean) | Initializes a new instance of the X509SubjectKeyIdentifierExtension class using encoded data and a value that identifies whether the extension is critical. |
![]() | X509SubjectKeyIdentifierExtension(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. |
![]() | X509SubjectKeyIdentifierExtension(PublicKey^, Boolean) | Initializes a new instance of the X509SubjectKeyIdentifierExtension class using a public key and a value indicating whether the extension is critical. |
![]() | X509SubjectKeyIdentifierExtension(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. |
![]() | X509SubjectKeyIdentifierExtension(String^, Boolean) | Initializes a new instance of the X509SubjectKeyIdentifierExtension class using a string and a value that identifies whether the extension is critical. |
