SignedInfo.CanonicalizationMethodObject プロパティ

定義

正規化に使用する Transform オブジェクトを取得します。

public:
 property System::Security::Cryptography::Xml::Transform ^ CanonicalizationMethodObject { System::Security::Cryptography::Xml::Transform ^ get(); };
public System.Security.Cryptography.Xml.Transform CanonicalizationMethodObject { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Cryptography.Xml.Transform CanonicalizationMethodObject { get; }
member this.CanonicalizationMethodObject : System.Security.Cryptography.Xml.Transform
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CanonicalizationMethodObject : System.Security.Cryptography.Xml.Transform
Public ReadOnly Property CanonicalizationMethodObject As Transform

プロパティ値

Transform

正規化に使用する Transform オブジェクト。

属性

例外

Transformnullです。

注釈

この CanonicalizationMethodObject プロパティには、署名または検証の Transform 前に XML ドキュメントを SignedXml 正規化するためにクラスで使用されるオブジェクトが含まれています。

CanonicalizationMethodObject プロパティは読み取り専用です。 このプロパティ内のオブジェクトを Transform 変更するには、目的の変換 Uniform Resource Identifier (URI) をプロパティに CanonicalizationMethod 渡します。

適用対象