XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList Property

Gets or sets the InclusiveNamespaces PrefixList that contains a list of namespace prefixes and/or a token indicating the presence of the default namespace. All namespace nodes appearing on this list are handled as provided in Canonical XML.

Namespace: Microsoft.Web.Services3.Security.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim xmlDsigExcC14NTransform1 As XmlDsigExcC14NTransform

Dim returnValue As String
returnValue = xmlDsigExcC14NTransform1.InclusiveNamespacesPrefixList

Dim sampleValue As String
xmlDsigExcC14NTransform1.InclusiveNamespacesPrefixList = sampleValue

Syntax

'Declaration
Public Property InclusiveNamespacesPrefixList() As String
public string InclusiveNamespacesPrefixList {get; set;}
public:
property String^ InclusiveNamespacesPrefixList {
    String^ get();
    void set(String^ value);
}
public System.String get_InclusiveNamespacesPrefixList();
public void set_InclusiveNamespacesPrefixList(System.String);
public function get InclusiveNamespacesPrefixList() : String;
public function set InclusiveNamespacesPrefixList(String);

Property Value

A string containing the InclusiveNamespaces PrefixList.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

XmlDsigExcC14NTransform Class
XmlDsigExcC14NTransform Members
Microsoft.Web.Services3.Security.Xml Namespace