EapSessionConfig.Builder.SetEapMsChapV2Config(String, String) Method
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.
[Android.Runtime.Register("setEapMsChapV2Config", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/eap/EapSessionConfig$Builder;", "", ApiSince=31)]
public Android.Net.Eap.EapSessionConfig.Builder SetEapMsChapV2Config (string username, string password);
[<Android.Runtime.Register("setEapMsChapV2Config", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/eap/EapSessionConfig$Builder;", "", ApiSince=31)>]
member this.SetEapMsChapV2Config : string * string -> Android.Net.Eap.EapSessionConfig.Builder
Parameters
- username
- String
- password
- String
Returns
- Attributes