Udostępnij za pośrednictwem


RsaSecurityKey.GetSignatureDeformatter(String) Metoda

Definicja

Pobiera algorytm deformatowania podpisu cyfrowego.

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

Parametry

algorithm
String

Algorytm deformatowania podpisu cyfrowego w celu pobrania wystąpienia. Obsługiwany algorytm to RsaSha1Signature.

Zwraca

Element AsymmetricSignatureDeformatter reprezentujący algorytm deformatowania podpisu cyfrowego.

Wyjątki

algorithm nie jest obsługiwane. Obsługiwany algorytm to RsaSha1Signature.

Dotyczy