Partager via


SslClientAuthenticationOptions.AllowRenegotiation Propriété

Définition

Obtient ou définit une valeur qui indique si doit autoriser la SslStream renégociation SSL.

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

Valeur de propriété

true pour indiquer que autorise la SslStream renégociation SSL ; sinon, false. La valeur par défaut est true.

S’applique à