SignedXml.XmlDsigC14NWithCommentsTransformUrl 字段

定义

表示与规范化 XML 转换对应的统一资源标识符 (URI)(包含注释)。Represents the Uniform Resource Identifier (URI) for the Canonical XML transformation, with comments. 此字段为常数。This field is constant.

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

字段值

String

注解

该字段的值 XmlDsigC14NWithCommentsTransformUrlhttp://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithCommentsThe value of the XmlDsigC14NWithCommentsTransformUrl field is http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments.

使用此字段可方便地将值提供给用于 XMLDSIG 的元素的 URI 属性之一。Use this field to conveniently supply a value to one of the URI attributes of an element used for XMLDSIG.

XmlDsigC14NWithCommentsTransform类实现由字段描述的转换 XmlDsigC14NWithCommentsTransformUrlThe XmlDsigC14NWithCommentsTransform class implements the transform described by the XmlDsigC14NWithCommentsTransformUrl field.

有关详细信息,请参阅万维网联合会 (W3C) 规范 XML 规范。For more information, see the World Wide Web Consortium (W3C) Canonical XML specification.

此字段的值与字段的值相同 XmlDsigCanonicalizationWithCommentsUrlThis field has the same value as the XmlDsigCanonicalizationWithCommentsUrl field.

适用于