C# Class Skytap.Cloud.Utilities.Credentials

Wrapper around a user's name and password/key combination.
Show file Open project: skytap/Skytap-TFS-Automation-Pack Class Usage Examples

Public Properties

Property Type Description
Key string
Username string

Public Methods

Method Description
Credentials ( string username, string key )

Constructor.

Method Details

Credentials() public method

Constructor.
public Credentials ( string username, string key )
username string User's name.
key string User's key or password

Property Details

Key public property

The Key (or password) associated with the username to create the Credentials set.
public string Key
return string

Username public property

User name that identifies the credentials.
public string Username
return string