AlgorithmIdentifier Class |
Namespace: SysadminsLV.PKI.Cryptography
The AlgorithmIdentifier type exposes the following members.
Name | Description | |
---|---|---|
AlgorithmIdentifier(Byte) |
Initializes a new instance of the AlgorithmIdentifier class from a ASN.1-encoded
byte array that represents an AlgorithmIdentifier structure.
| |
AlgorithmIdentifier(Oid, Byte) |
Initializes a new instance of the AlgorithmIdentifier class from an algorithm
object identifier and, optionally, algorithm parameters.
|
Name | Description | |
---|---|---|
AlgorithmId |
Gets an object identifier of an algorithm.
| |
Parameters |
Gets a byte array that provides encoded algorithm-specific parameters. In many cases, there are no
parameters.
| |
RawData |
Gets algorithm identifier ASN.1-encoded byte array.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Formats a current object to string.
(Overrides ObjectToString.) |