IkeRfc822AddrIdentification(String) Constructor
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.
Construct an instance of IkeRfc822AddrIdentification
with a fully-qualified RFC 822
email address.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)]
public IkeRfc822AddrIdentification (string rfc822Name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeRfc822AddrIdentification : string -> Android.Net.IpSec.Ike.IkeRfc822AddrIdentification
Parameters
- rfc822Name
- String
the fully-qualified RFC 822 email address.
- Attributes
Remarks
Construct an instance of IkeRfc822AddrIdentification
with a fully-qualified RFC 822 email address.
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.