SSLEngines.IsSupportedEngine(SSLEngine) Method

Definition

[Android.Runtime.Register("isSupportedEngine", "(Ljavax/net/ssl/SSLEngine;)Z", "", ApiSince=29)]
public static bool IsSupportedEngine (Javax.Net.Ssl.SSLEngine engine);
[<Android.Runtime.Register("isSupportedEngine", "(Ljavax/net/ssl/SSLEngine;)Z", "", ApiSince=29)>]
static member IsSupportedEngine : Javax.Net.Ssl.SSLEngine -> bool

Parameters

engine
SSLEngine

Returns

Attributes

Applies to