Authorization.MutuallyAuthenticated Propriété

Définition

Obtient ou définit une valeur Boolean indiquant si l'authentification mutuelle s'est produite.

public:
 property bool MutuallyAuthenticated { bool get(); void set(bool value); };
public bool MutuallyAuthenticated { get; set; }
member this.MutuallyAuthenticated : bool with get, set
Public Property MutuallyAuthenticated As Boolean

Valeur de propriété

true si le client et le serveur ont tous les deux été authentifiés ; sinon, false.

Remarques

Cette propriété retourne false si l’authentification n’est pas terminée.

S’applique à