Partage via


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

S’applique à