Initializes a new instance of the SubjectKeyIdentifier class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public SubjectKeyIdentifier( Asn1OctetString keyID )  | 
| Visual Basic | 
|---|
Public Sub New ( _ keyID As Asn1OctetString _ )  | 
| Visual C++ | 
|---|
public: SubjectKeyIdentifier( Asn1OctetString^ keyID )  | 
Parameters
- keyID
 - Type: Org.BouncyCastle.Asn1..::..Asn1OctetString