IkeDerAsn1DnIdentification(X500Principal) 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 IkeDerAsn1DnIdentification with an ASN.
[Android.Runtime.Register(".ctor", "(Ljavax/security/auth/x500/X500Principal;)V", "", ApiSince=31)]
public IkeDerAsn1DnIdentification (Javax.Security.Auth.X500.X500Principal derAsn1Dn);
[<Android.Runtime.Register(".ctor", "(Ljavax/security/auth/x500/X500Principal;)V", "", ApiSince=31)>]
new Android.Net.IpSec.Ike.IkeDerAsn1DnIdentification : Javax.Security.Auth.X500.X500Principal -> Android.Net.IpSec.Ike.IkeDerAsn1DnIdentification
Parameters
- derAsn1Dn
- X500Principal
the ASN.1 X.500 Distinguished Name.
- Attributes
Remarks
Construct an instance of IkeDerAsn1DnIdentification with an ASN.1 X.500 Distinguished 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.