RsaSecurityKey.GetSignatureDeformatter(String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.