Partager via


HttpWebResponse.IsMutuallyAuthenticated Propriété

Définition

Obtient une Boolean valeur qui indique si le client et le serveur ont été authentifiés.

public:
 virtual property bool IsMutuallyAuthenticated { bool get(); };
public override bool IsMutuallyAuthenticated { get; }
member this.IsMutuallyAuthenticated : bool
Public Overrides ReadOnly Property IsMutuallyAuthenticated As Boolean

Valeur de propriété

true si l’authentification mutuelle s’est produite ; sinon, false.

Exceptions

L’instance actuelle a été supprimée.

Remarques

Vous pouvez spécifier l’authentification mutuelle à l’aide de la AuthenticationLevel propriété.

S’applique à