次の方法で共有


Transform.Algorithm プロパティ

この変換で実行されるアルゴリズムを識別する URL を取得または設定します。

Public Property Algorithm As String
[C#]
public string Algorithm {get; set;}
[C++]
public: __property String* get_Algorithm();public: __property void set_Algorithm(String*);
[JScript]
public function get Algorithm() : String;public function set Algorithm(String);

プロパティ値

現在の Transform で実行されているアルゴリズムを識別する URL。

解説

このプロパティは、XMLDSIG 署名内の <Transform> 要素の Algorithm 属性に対応します。たとえば、Base64 デコード変換のアルゴリズム URL は、XMLDSIG 仕様 (セクション 6.6.2) の http://www.w3.org/2000/09/xmldsig\#base64 として定義されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

Transform クラス | Transform メンバ | System.Security.Cryptography.Xml 名前空間