Initializes a new instance of the AuthorityKeyIdentifierStructure class

Namespace: Org.BouncyCastle.X509.Extension
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public AuthorityKeyIdentifierStructure(
	Asn1OctetString encodedValue
)
Visual Basic
Public Sub New ( _
	encodedValue As Asn1OctetString _
)
Visual C++
public:
AuthorityKeyIdentifierStructure(
	Asn1OctetString^ encodedValue
)

Parameters

encodedValue
Type: Org.BouncyCastle.Asn1..::..Asn1OctetString

See Also