다음을 통해 공유


Credential.MinimumTlsVersion Property

Definition

Get the minimum TLS version for TLS-based EAP methods. -or- Set the minimum TLS version for TLS-based EAP methods.

public Android.Net.Wifi.WifiEnterpriseConfigTlsVersion MinimumTlsVersion { [Android.Runtime.Register("getMinimumTlsVersion", "()I", "", ApiSince=34)] get; [Android.Runtime.Register("setMinimumTlsVersion", "(I)V", "", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMinimumTlsVersion", "()I", "", ApiSince=34)>]
[<set: Android.Runtime.Register("setMinimumTlsVersion", "(I)V", "", ApiSince=34)>]
member this.MinimumTlsVersion : Android.Net.Wifi.WifiEnterpriseConfigTlsVersion with get, set

Property Value

the TLS version

Attributes

Remarks

Property getter documentation:

Get the minimum TLS version for TLS-based EAP methods.

Java documentation for android.net.wifi.hotspot2.pps.Credential.getMinimumTlsVersion().

Property setter documentation:

Set the minimum TLS version for TLS-based EAP methods.

android.net.wifi.WifiManager#isTlsMinimumVersionSupported() indicates whether or not a minimum TLS version can be set. If not supported, the minimum TLS version is always TLS v1.0.

android.net.wifi.WifiManager#isTlsV13Supported() indicates whether or not TLS v1.3 is supported. If requested minimum is not supported, it will default to the maximum supported version.

Java documentation for android.net.wifi.hotspot2.pps.Credential.setMinimumTlsVersion(int).

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