Table of Contents

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

userName string

User name in credential.

password string

Password for user name.

Properties

Password

Gets password from Credential.

public string Password { get; }

Property Value

string

UserName

Gets User name from Credential.

public string UserName { get; }

Property Value

string