Creates an instance of the AlgorithmIdentifier class with
the specified algorithm identifier and parameters.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ oid As ObjectIdentifier, _ parameters As Byte() _ ) |
C# |
---|
public AlgorithmIdentifier( ObjectIdentifier oid, byte[] parameters ) |
Parameters
- oid
- Type: Rebex.Security.Cryptography..::..ObjectIdentifier
An object identifier for the algorithm.
- parameters
- Type: array<System..::..Byte>[]()[][]
ASN.1 DER encoded parameters.