InedoSDK Reference
Version:

UsernamePasswordCredentials Class

Represents a user name and password.

Inheritance Hierarchy

Syntax

public sealed class UsernamePasswordCredentials : Inedo.Extensibility.Credentials.SecureCredentials

Constructors

Name Description
UsernamePasswordCredentials

Initializes a new instance of the UsernamePasswordCredentials class.

Properties

Name Description
Password

Gets or sets the password.

UserName

Gets or sets the user name.

Methods

Name Description
GetDescription

Gets the description, which is just UserName by default