SamlNameIdentifierClaimResource.Name Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du sujet d'un jeton de sécurité SAML.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valeur de propriété
Nom du sujet d'un jeton de sécurité SamlSecurityToken.
Remarques
La propriété Format spécifie le format de la propriété Name et la propriété NameQualifier spécifie le domaine dans lequel la propriété Name réside.
La propriété Name correspond à l'attribut Format
de l'élément <saml:NameIdentifier>
défini dans Assertions et Protocole pour la spécification SAML (Security Assertion Markup Language) OASIS.