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