Partager via


AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) Méthode

Définition

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.

S’applique à