HashAlgorithmName.FromOid(String) Méthode
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.
Convertit l’OID spécifié en nom d’algorithme de hachage.
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
- oidValue
- String
OID de l’algorithme de hachage.
Nom de l’algorithme de hachage identifié par l’OID.
oidValue
a la valeur null
.
oidValue
ne représente pas un algorithme de hachage connu.
Produit | Versions |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :