AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) 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.
En cas de substitution dans une classe dérivée, obtient un algorithme de chiffrement qui génère un hachage pour une signature numérique.
public:
abstract System::Security::Cryptography::HashAlgorithm ^ GetHashAlgorithmForSignature(System::String ^ algorithm);
public abstract System.Security.Cryptography.HashAlgorithm GetHashAlgorithmForSignature (string algorithm);
abstract member GetHashAlgorithmForSignature : string -> System.Security.Cryptography.HashAlgorithm
Public MustOverride Function GetHashAlgorithmForSignature (algorithm As String) As HashAlgorithm
Paramètres
- algorithm
- String
L'algorithme de hachage.
Retours
HashAlgorithm qui génère des hachages pour les signatures numériques.
Remarques
Les champs statiques de la classe SecurityAlgorithms permettent de spécifier l'algorithme.