SSLEngine.EnableSessionCreation Property

Definition

Returns whether new SSL sessions may be established by this engine.

public abstract bool EnableSessionCreation { [Android.Runtime.Register("getEnableSessionCreation", "()Z", "GetGetEnableSessionCreationHandler")] get; [Android.Runtime.Register("setEnableSessionCreation", "(Z)V", "GetSetEnableSessionCreation_ZHandler")] set; }
[<get: Android.Runtime.Register("getEnableSessionCreation", "()Z", "GetGetEnableSessionCreationHandler")>]
[<set: Android.Runtime.Register("setEnableSessionCreation", "(Z)V", "GetSetEnableSessionCreation_ZHandler")>]
member this.EnableSessionCreation : bool with get, set

Property Value

true if sessions may be created; otherwise, an existing session must be resumed.

Attributes

Remarks

Java documentation for javax.net.ssl.SSLEngine.getEnableSessionCreation().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to