System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject Property

Gets a System.Security.Cryptography.Xml.Transform object used for canonicalization.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public Transform CanonicalizationMethodObject { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0