AlgorithmIdentifier Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
AlgorithmIdentifier(ObjectIdentifier)
Creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier.
Declaration
public AlgorithmIdentifier(ObjectIdentifier oid)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | An object identifier for the algorithm. |
AlgorithmIdentifier(ObjectIdentifier, Byte[])
Creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier and parameters.
Declaration
public AlgorithmIdentifier(ObjectIdentifier oid, byte[] parameters)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | An object identifier for the algorithm. |
Byte[] | parameters | ASN.1 DER encoded parameters. |