RsaSecurityKey.GetSignatureFormatter(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.
Obtient l’algorithme de formateur pour la signature numérique.
public:
override System::Security::Cryptography::AsymmetricSignatureFormatter ^ GetSignatureFormatter(System::String ^ algorithm);
public override System.Security.Cryptography.AsymmetricSignatureFormatter GetSignatureFormatter(string algorithm);
override this.GetSignatureFormatter : string -> System.Security.Cryptography.AsymmetricSignatureFormatter
Public Overrides Function GetSignatureFormatter (algorithm As String) As AsymmetricSignatureFormatter
Paramètres
- algorithm
- String
Algorithme de formateur de la signature numérique pour obtenir une instance de. L’algorithme pris en charge est RsaSha1Signature.
Retours
Qui AsymmetricSignatureDeformatter représente l’algorithme de formateur pour la signature numérique.
Exceptions
La fonction algorithm n'est pas prise en charge. L’algorithme pris en charge est RsaSha1Signature.