Class PasswordCredential
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Class to hold password credentials.
public class PasswordCredential
- Inheritance
-
PasswordCredential
- Inherited Members
- Extension Methods
Constructors
PasswordCredential(string, string)
Constructs a Password Credential.
public PasswordCredential(string userName, string password)
Parameters
Properties
Password
Gets password from Credential.
public string Password { get; }
Property Value
UserName
Gets User name from Credential.
public string UserName { get; }