Transform.PropagatedNamespaces Property

Definition

Gets or sets a Hashtable object that contains the namespaces that are propagated into the signature.

public:
 property System::Collections::Hashtable ^ PropagatedNamespaces { System::Collections::Hashtable ^ get(); };
public System.Collections.Hashtable PropagatedNamespaces { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Collections.Hashtable PropagatedNamespaces { get; }
member this.PropagatedNamespaces : System.Collections.Hashtable
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.PropagatedNamespaces : System.Collections.Hashtable
Public ReadOnly Property PropagatedNamespaces As Hashtable

Property Value

A Hashtable object that contains the namespaces that are propagated into the signature.

Attributes

Exceptions

The PropagatedNamespaces property was set to null.

Remarks

XML namespaces are used to distinguish different elements in a document that have the same name.

The Hashtable keys of the PropagatedNamespaces property are the namespace prefixes and the Hashtable values are the namespace Uniform Resource Identifiers (URIs).

The PropagatedNamespaces property is set automatically during signature computation and checking, but before transforms are invoked.

Applies to