AsymmetricSecurityKey.GetSignatureFormatter(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 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.