SecurityTokenParameters.SupportsClientWindowsIdentity 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.
En cas de substitution dans une classe dérivée, obtient une valeur qui indique si le jeton prend en charge une identité Windows pour l'authentification.
protected public:
abstract property bool SupportsClientWindowsIdentity { bool get(); };
protected:
abstract property bool SupportsClientWindowsIdentity { bool get(); };
protected internal abstract bool SupportsClientWindowsIdentity { get; }
protected abstract bool SupportsClientWindowsIdentity { get; }
member this.SupportsClientWindowsIdentity : bool
Protected Friend MustOverride ReadOnly Property SupportsClientWindowsIdentity As Boolean
Protected MustOverride ReadOnly Property SupportsClientWindowsIdentity As Boolean
Valeur de propriété
true
si le jeton prend en charge une identité Windows pour l'authentification ; sinon, false
.