SignedXml.XmlDsigNamespaceUrl 字段
定义
表示与 XML 数字签名的标准命名空间对应的统一资源标识符 (URI)。Represents the Uniform Resource Identifier (URI) for the standard namespace for XML digital signatures. 此字段为常数。This field is constant.
public: System::String ^ XmlDsigNamespaceUrl;
public const string XmlDsigNamespaceUrl;
val mutable XmlDsigNamespaceUrl : string
Public Const XmlDsigNamespaceUrl As String
字段值
注解
该字段的值 XmlDsigNamespaceUrl 为 http://www.w3.org/2000/09/xmldsig# 。The value of the XmlDsigNamespaceUrl field is http://www.w3.org/2000/09/xmldsig#.
使用此字段可方便地将值提供给用于 XMLDSIG 的元素的 URI 属性之一。Use this field to conveniently supply a value to one of the URI attributes of an element used for XMLDSIG.
有关详细信息,请参阅 W3C) 架构 (万维网联合会。For more information, see the World Wide Web Consortium (W3C) schema.