AsymmetricSecurityKey.GetSignatureFormatter(String) Method

Definition

When overridden in a derived class, gets the formatter algorithm for the digital signature.

public:
 abstract System::Security::Cryptography::AsymmetricSignatureFormatter ^ GetSignatureFormatter(System::String ^ algorithm);
public abstract System.Security.Cryptography.AsymmetricSignatureFormatter GetSignatureFormatter (string algorithm);
abstract member GetSignatureFormatter : string -> System.Security.Cryptography.AsymmetricSignatureFormatter
Public MustOverride Function GetSignatureFormatter (algorithm As String) As AsymmetricSignatureFormatter

Parameters

algorithm
String

The formatter algorithm for the digital signature.

Returns

An AsymmetricSignatureFormatter that represents the formatter algorithm for the digital signature.

Remarks

Typically, a signature formatter is used to generate a digital signature.

Use the static fields of the SecurityAlgorithms class to specify the algorithm.

Applies to