Initializes a new instance of the SubjectKeyIdentifierStructure class

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

Syntax

C#
public SubjectKeyIdentifierStructure(
	AsymmetricKeyParameter pubKey
)
Visual Basic
Public Sub New ( _
	pubKey As AsymmetricKeyParameter _
)
Visual C++
public:
SubjectKeyIdentifierStructure(
	AsymmetricKeyParameter^ pubKey
)

See Also