Credential 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
Credential() |
Constructor for creating Credential with default values. |
Credential(Credential) |
Copy constructor. |
Credential()
Constructor for creating Credential with default values.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public Credential ();
- Attributes
Remarks
Constructor for creating Credential with default values.
Java documentation for android.net.wifi.hotspot2.pps.Credential.Credential()
.
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(Credential)
Copy constructor.
[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/hotspot2/pps/Credential;)V", "", ApiSince=26)]
public Credential (Android.Net.Wifi.Hotspot2.Pps.Credential? source);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/hotspot2/pps/Credential;)V", "", ApiSince=26)>]
new Android.Net.Wifi.Hotspot2.Pps.Credential : Android.Net.Wifi.Hotspot2.Pps.Credential -> Android.Net.Wifi.Hotspot2.Pps.Credential
Parameters
- source
- Credential
The source to copy from
- Attributes
Remarks
Copy constructor.
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.