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