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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.