Initializes a new instance of the AuthorityKeyIdentifier class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public AuthorityKeyIdentifier( byte[] keyIdentifier ) |
| Visual Basic |
|---|
Public Sub New ( _ keyIdentifier As Byte() _ ) |
| Visual C++ |
|---|
public: AuthorityKeyIdentifier( array<unsigned char>^ keyIdentifier ) |
Parameters
- keyIdentifier
- Type: array<System..::..Byte>[]()[][]