SignedInfo.CanonicalizationMethodObject Property

Definition

Gets a Transform object used for canonicalization.

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

Property Value

A Transform object used for canonicalization.

Attributes

Exceptions

Remarks

The CanonicalizationMethodObject property contains the Transform object used by the SignedXml class to canonicalize an XML document before signing or verifying.

The CanonicalizationMethodObject property is read-only. You can modify the Transform object within this property by passing the desired transform Uniform Resource Identifier (URI) to the CanonicalizationMethod property.

Applies to