ClaimsIdentity.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 de cette identité basée sur les revendications.
public:
virtual property System::String ^ Name { System::String ^ get(); };
public virtual string Name { get; }
public virtual string? Name { get; }
member this.Name : string
Public Overridable ReadOnly Property Name As String
Valeur de propriété
Nom ou null
.
Implémente
Remarques
Retourne la valeur de la première revendication avec un type qui correspond au type de revendication de nom défini dans la NameClaimType propriété. Si aucune revendication n’est trouvée qui correspond au type de revendication de nom, retourne null
.