IkeFqdnIdentification Constructors
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.
Overloads
IkeFqdnIdentification(String) |
Construct an instance of |
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.
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
- transfer
- JniHandleOwnership