HashAlgorithmName.FromOid(String) Metod

Definition

Konverterar angiven OID till ett hashalgoritmnamn.

public:
 static System::Security::Cryptography::HashAlgorithmName FromOid(System::String ^ oidValue);
public static System.Security.Cryptography.HashAlgorithmName FromOid(string oidValue);
static member FromOid : string -> System.Security.Cryptography.HashAlgorithmName
Public Shared Function FromOid (oidValue As String) As HashAlgorithmName

Parametrar

oidValue
String

Hash-algoritmens OID.

Returer

Namnet på hashalgoritmen som identifieras av OID.

Undantag

oidValue är null.

oidValue representerar inte någon känd hash-algoritm.

Gäller för