SignedXml.XmlDsigCanonicalizationWithCommentsUrl Field

Definition

Represents the Uniform Resource Identifier (URI) for the standard canonicalization algorithm for XML digital signatures and includes comments. This field is constant.

public: System::String ^ XmlDsigCanonicalizationWithCommentsUrl;
public const string XmlDsigCanonicalizationWithCommentsUrl;
val mutable XmlDsigCanonicalizationWithCommentsUrl : string
Public Const XmlDsigCanonicalizationWithCommentsUrl As String 

Field Value

Remarks

The value of the XmlDsigCanonicalizationWithCommentsUrl field is http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments.

Use this field to conveniently supply a value to one of the URI attributes of an element used for XMLDSIG.

The XmlDsigC14NWithCommentsTransform class implements the transform described by the XmlDsigCanonicalizationWithCommentsUrl field.

For more information, see the World Wide Web Consortium (W3C) Canonical XML specification.

This field has the same value as the XmlDsigC14NWithCommentsTransformUrl field.

Applies to