IkeFqdnIdentification Constructors

Definition

Overloads

IkeFqdnIdentification(String)

Construct an instance of IkeFqdnIdentification with a fully-qualified domain name.

IkeFqdnIdentification(IntPtr, JniHandleOwnership)

IkeFqdnIdentification(String)

Construct an instance of IkeFqdnIdentification with a fully-qualified domain name.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)]
public IkeFqdnIdentification (string fqdn);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeFqdnIdentification : string -> Android.Net.IpSec.Ike.IkeFqdnIdentification

Parameters

fqdn
String

the fully-qualified domain name (FQDN). Must contain only US-ASCII characters, otherwise an IllegalArugmentException will be thrown.

Attributes

Remarks

Construct an instance of IkeFqdnIdentification with a fully-qualified domain name.

Java documentation for android.net.ipsec.ike.IkeFqdnIdentification.IkeFqdnIdentification(java.lang.String).

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

IkeFqdnIdentification(IntPtr, JniHandleOwnership)

protected IkeFqdnIdentification (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.IpSec.Ike.IkeFqdnIdentification : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.IpSec.Ike.IkeFqdnIdentification

Parameters

javaReference
IntPtr

nativeint

Applies to