SslClientAuthenticationOptions.AllowRenegotiation Propriété

Définition

Obtient ou définit une valeur qui indique si la SslStream renégociation SSL doit être autorisée.

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 la SslStream renégociation SSL autorise ; sinon, false. La valeur par défaut est true.

S’applique à