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