Saml2Action.Namespace Property

Definition

Gets or sets the URI reference that represents the XML namespace in which the name of the specified action is to be interpreted.

public:
 property Uri ^ Namespace { Uri ^ get(); void set(Uri ^ value); };
public Uri Namespace { get; set; }
member this.Namespace : Uri with get, set
Public Property Namespace As Uri

Property Value

Uri

The Uri that represents the namespace.

Exceptions

An attempt to set the property to null occurs.

An attempt to set a value that is not an absolute URI occurs.

Remarks

The Namespace attribute of the <saml:Action> element. This attribute is required. For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.

Applies to