public class AlgorithmIdentifier
Public Class AlgorithmIdentifier
public ref class AlgorithmIdentifier
type AlgorithmIdentifier = class end
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. |
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. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString |
Formats a current object to string.
(Overrides ObjectToString) |