HashAlgorithmName.FromOid(String) Metoda

Definice

Převede zadaný identifikátor OID na název algoritmu hash.

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

Parametry

oidValue
String

Identifikátor hashového algoritmu.

Návraty

Název algoritmu hash identifikovaný identifikátorem OID.

Výjimky

oidValue je null.

oidValue nepředstavuje známý hashovací algoritmus.

Platí pro