ClaimTypes.PPID 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.
Reçoit l'URI pour une revendication qui spécifie l'identifiant personnel privé (PPID, private personal identifier) d'une entité.
public:
static property System::String ^ PPID { System::String ^ get(); };
public static string PPID { get; }
static member PPID : string
Public Shared ReadOnly Property PPID As String
Valeur de propriété
URI pour une revendication qui spécifie l'identifiant personnel privé (PPID) d'une entité.
Remarques
La chaîne retournée par cette propriété est http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier
.