ServiceSecurityContext.WindowsIdentity 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 l'identité Windows du paramètre en cours.
public:
property System::Security::Principal::WindowsIdentity ^ WindowsIdentity { System::Security::Principal::WindowsIdentity ^ get(); };
public System.Security.Principal.WindowsIdentity WindowsIdentity { get; }
member this.WindowsIdentity : System.Security.Principal.WindowsIdentity
Public ReadOnly Property WindowsIdentity As WindowsIdentity
Valeur de propriété
WindowsIdentity qui représente l'utilisateur de domaine Windows.
Exemples
Remarques
Si la partie distante ne peut pas être associée à un compte Windows, la propriété IsAnonymous a la valeur true
.