WifiEnterpriseConfig.MinimumTlsVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the minimum TLS version for TLS-based EAP methods. -or- Set the minimum TLS version for TLS-based EAP methods.
public virtual Android.Net.Wifi.WifiEnterpriseConfigTlsVersion MinimumTlsVersion { [Android.Runtime.Register("getMinimumTlsVersion", "()I", "GetGetMinimumTlsVersionHandler", ApiSince=34)] get; [Android.Runtime.Register("setMinimumTlsVersion", "(I)V", "GetSetMinimumTlsVersion_IHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("getMinimumTlsVersion", "()I", "GetGetMinimumTlsVersionHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setMinimumTlsVersion", "(I)V", "GetSetMinimumTlsVersion_IHandler", 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.WifiEnterpriseConfig.getMinimumTlsVersion()
.
Property setter documentation:
Set the minimum TLS version for TLS-based EAP methods.
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.
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.WifiEnterpriseConfig.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.