Javax.Net.Ssl.SSLContext.CreateSSLEngine Method
Creates an SSLEngine instance from this context.

Syntax

[Android.Runtime.Register("createSSLEngine", "()Ljavax/net/ssl/SSLEngine;", "")]
public SSLEngine CreateSSLEngine ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif the provider does not support the operation.

Remarks

Creates an SSLEngine instance from this context.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1