SamlConstants.Namespace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.