Partager via


HashAlgorithmName.TryFromOid(String, HashAlgorithmName) Méthode

Définition

Tente de convertir l’OID spécifié en nom d’algorithme de hachage.

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

Paramètres

oidValue
String

OID de l’algorithme de hachage.

value
HashAlgorithmName

Lorsque cette méthode retourne true, l’algorithme de hachage. Lorsque cette méthode retourne false, contient default.

Retours

true si l’OID a été correctement mappé à un algorithme de hachage ; sinon, false.

Exceptions

oidValue a la valeur null.

S’applique à