HashAlgorithmName.TryFromOid(String, HashAlgorithmName) Method

Definition

Tries to convert the specified OID to a hash algorithm name.

public:
 static bool TryFromOid(System::String ^ oidValue, [Runtime::InteropServices::Out] System::Security::Cryptography::HashAlgorithmName % value);
public static bool TryFromOid (string oidValue, out System.Security.Cryptography.HashAlgorithmName value);
static member TryFromOid : string * HashAlgorithmName -> bool
Public Shared Function TryFromOid (oidValue As String, ByRef value As HashAlgorithmName) As Boolean

Parameters

oidValue
String

The OID of the hash algorithm.

value
HashAlgorithmName

When this method returns true, the hash algorithm. When this method returns false, contains default.

Returns

true if the OID was successfully mapped to a hash algorithm; otherwise false.

Exceptions

oidValue is null.

Applies to