AsymmetricSecurityKey.GetSignatureDeformatter(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the deformatter algorithm for the digital signature.
public:
abstract System::Security::Cryptography::AsymmetricSignatureDeformatter ^ GetSignatureDeformatter(System::String ^ algorithm);
public abstract System.Security.Cryptography.AsymmetricSignatureDeformatter GetSignatureDeformatter (string algorithm);
abstract member GetSignatureDeformatter : string -> System.Security.Cryptography.AsymmetricSignatureDeformatter
Public MustOverride Function GetSignatureDeformatter (algorithm As String) As AsymmetricSignatureDeformatter
Parameters
- algorithm
- String
The deformatter algorithm for the digital signature.
Returns
An AsymmetricSignatureDeformatter that represents the deformatter algorithm for the digital signature.
Remarks
A signature deformatter is typically used to verify a digital signature.
Use the static fields of the SecurityAlgorithms class to specify the algorithm.