User.InternalPrincipal 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 ou définit l'objet d'entité de sécurité représentant l'utilisateur en cours.
protected:
virtual property System::Security::Principal::IPrincipal ^ InternalPrincipal { System::Security::Principal::IPrincipal ^ get(); void set(System::Security::Principal::IPrincipal ^ value); };
protected virtual System.Security.Principal.IPrincipal InternalPrincipal { get; set; }
member this.InternalPrincipal : System.Security.Principal.IPrincipal with get, set
Protected Overridable Property InternalPrincipal As IPrincipal
Valeur de propriété
Objet IPrincipal représentant l'utilisateur en cours.
Remarques
Dans l’objet User , cette propriété encapsule la Thread.CurrentPrincipal propriété. Remplacez cette méthode dans une classe dérivée pour fournir un comportement différent. Par exemple, la WebUser.InternalPrincipal propriété remplace cette propriété.