System.Security.Cryptography.Pkcs.AlgorithmIdentifier
The AlgorithmIdentifier class defines the algorithm used for a cryptographic operation.
The KeyLength property sets or retrieves the key length, in bits. This property is not used for algorithms that use a fixed key length.
The Oid property sets or retrieves the Oid object that specifies the object identifier for the algorithm.
The Parameters property sets or retrieves any parameters required by the algorithm.
public AlgorithmIdentifier()
The #ctor constructor creates an instance of the AlgorithmIdentifier class by using a set of default parameters.
The #ctor constructor creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier.
The #ctor constructor creates an instance of the AlgorithmIdentifier class with the specified algorithm identifier and key length.