RSACryptoServiceProvider.SignatureAlgorithm プロパティ
RSA のこの実装で使用できる署名アルゴリズムの名前を取得します。
Overrides Public ReadOnly Property SignatureAlgorithm As String
[C#]
public override string SignatureAlgorithm {get;}
[C++]
public: __property String* get_SignatureAlgorithm();
[JScript]
public override function get SignatureAlgorithm() : String;
プロパティ値
署名アルゴリズムの名前。
解説
このプロパティは、XML デジタル署名クラスで使用して、アルゴリズム URI を示します。この実装では、このプロパティは常に http://www.w3.org/2000/09/xmldsig\#rsa-sha1 を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
RSACryptoServiceProvider クラス | RSACryptoServiceProvider メンバ | System.Security.Cryptography 名前空間 | 暗号サービス