SignedInfo.CanonicalizationMethodObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Transform is null
.
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.