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(
	AsymmetricKeyParameter pubKey
)
Visual Basic
Public Sub New ( _
	pubKey As AsymmetricKeyParameter _
)
Visual C++
public:
AuthorityKeyIdentifierStructure(
	AsymmetricKeyParameter^ pubKey
)

See Also