SamlConstants.Namespace Property

Definition

Gets the XML namespace in which SAML assertions are defined. This field is constant.

public:
 static property System::String ^ Namespace { System::String ^ get(); };
public static string Namespace { get; }
static member Namespace : string
Public Shared ReadOnly Property Namespace As String

Property Value

The XML namespace in which SAML assertions are defined.

Remarks

The XML namespace is defined in the version of the SAML specification specified by the MajorVersionValue and MinorVersionValue properties.

Applies to