Method Convert
Convert(HashAlgorithmName)
Converts System.Security.Cryptography.HashAlgorithmName to the dot notation of their OID.
Declaration
public static string Convert(HashAlgorithmName hashAlgorithmName)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Cryptography.HashAlgorithmName | hashAlgorithmName | The algorithm. |
Returns
Type | Description |
---|---|
System.String | The dot notation of the OID or null in case of error. |