Sdílet prostřednictvím


RsaSecurityKey.GetSignatureFormatter(String) Metoda

Definice

Získá formátovací algoritmus pro digitální podpis.

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

Parametry

algorithm
String

Formátovací algoritmus digitálního podpisu, který má získat instanci. Podporovaný algoritmus je RsaSha1Signature.

Návraty

Představuje AsymmetricSignatureDeformatter formátovací algoritmus digitálního podpisu.

Výjimky

algorithm se nepodporuje. Podporovaný algoritmus je RsaSha1Signature.

Platí pro