Share via


Credential.CertificateCredential Constructors

Definition

Overloads

Credential.CertificateCredential()

Constructor for creating CertificateCredential with default values.

Credential.CertificateCredential(Credential+CertificateCredential)

Credential.CertificateCredential()

Constructor for creating CertificateCredential with default values.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public CertificateCredential ();
Attributes

Remarks

Constructor for creating CertificateCredential with default values.

Java documentation for android.net.wifi.hotspot2.pps.Credential.CertificateCredential.Credential$CertificateCredential().

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

Credential.CertificateCredential(Credential+CertificateCredential)

[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/hotspot2/pps/Credential$CertificateCredential;)V", "", ApiSince=26)]
public CertificateCredential (Android.Net.Wifi.Hotspot2.Pps.Credential.CertificateCredential source);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/hotspot2/pps/Credential$CertificateCredential;)V", "", ApiSince=26)>]
new Android.Net.Wifi.Hotspot2.Pps.Credential.CertificateCredential : Android.Net.Wifi.Hotspot2.Pps.Credential.CertificateCredential -> Android.Net.Wifi.Hotspot2.Pps.Credential.CertificateCredential

Parameters

Attributes

Remarks

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