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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.