SecurityTokenParameters.SupportsClientAuthentication 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 l'authentification du client.
protected public:
abstract property bool SupportsClientAuthentication { bool get(); };
protected:
abstract property bool SupportsClientAuthentication { bool get(); };
protected internal abstract bool SupportsClientAuthentication { get; }
protected abstract bool SupportsClientAuthentication { get; }
member this.SupportsClientAuthentication : bool
Protected Friend MustOverride ReadOnly Property SupportsClientAuthentication As Boolean
Protected MustOverride ReadOnly Property SupportsClientAuthentication As Boolean
Valeur de propriété
true
si le jeton prend en charge l'authentification du client ; sinon, false
.