RsaSecurityKey.GetSignatureFormatter(String) 方法

定义

获取数字签名的格式化程序算法。

public:
 override System::Security::Cryptography::AsymmetricSignatureFormatter ^ GetSignatureFormatter(System::String ^ algorithm);
public override System.Security.Cryptography.AsymmetricSignatureFormatter GetSignatureFormatter (string algorithm);
override this.GetSignatureFormatter : string -> System.Security.Cryptography.AsymmetricSignatureFormatter
Public Overrides Function GetSignatureFormatter (algorithm As String) As AsymmetricSignatureFormatter

参数

algorithm
String

要获取其实例的数字签名的格式化程序算法。 支持的算法为 RsaSha1Signature

返回

一个 AsymmetricSignatureDeformatter,它表示数字签名的格式化程序算法。

例外

不支持 algorithm。 支持的算法为 RsaSha1Signature

适用于