Initializes a new instance of the SubjectKeyIdentifier class

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

Syntax

C#
public SubjectKeyIdentifier(
	byte[] keyID
)
Visual Basic
Public Sub New ( _
	keyID As Byte() _
)
Visual C++
public:
SubjectKeyIdentifier(
	array<unsigned char>^ keyID
)

Parameters

keyID
Type: array<System..::..Byte>[]()[][]

See Also