HashAlgorithmName.TryFromOid(String, HashAlgorithmName) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
.