Sdílet prostřednictvím


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 algoritmu hash.

Návraty

HashAlgorithmName

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

Výjimky

oidValue je null.

oidValue nepředstavuje známý algoritmus hash.

Platí pro