AlgorithmIdentifier Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
The AlgorithmIdentifier class defines an algorithm used for a cryptographic operation.
Syntax
public class AlgorithmIdentifier
Inherited Members
Constructors
| Name | Description |
|---|---|
| AlgorithmIdentifier(ObjectIdentifier) | Creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier. |
| AlgorithmIdentifier(ObjectIdentifier, Byte[]) | Creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier and parameters. |
Properties
| Name | Description |
|---|---|
| Oid | Gets the object identifier for the algorithm. |
| Parameters | Gets the algorithm parameters. |