次の方法で共有


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 です。

適用対象