AsymmetricSecurityKey.GetSignatureDeformatter(String) Method

Definition

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.

Applies to