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