RsaSecurityKey.GetSignatureDeformatter(String) Méthode

Définition

Obtient l’algorithme de 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 de déformateur pour la signature numérique pour obtenir une instance de. L’algorithme pris en charge est RsaSha1Signature.

Retours

Qui AsymmetricSignatureDeformatter représente l’algorithme de déformateur pour la signature numérique.

Exceptions

La fonction algorithm n'est pas prise en charge. L’algorithme pris en charge est RsaSha1Signature.

S’applique à