SslClientAuthenticationOptions.AllowRenegotiation Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of ssl-heronderhandeling SslStream moet worden toegestaan.

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

Waarde van eigenschap

trueom aan te geven dat ssl-heronderhandeling SslStream is toegestaan; anders. false De standaardwaarde is true.

Van toepassing op