BuildMaster SDK Reference
Version:

UsernamePasswordCredentials Class

Represents a user name and password.

Inheritance Hierarchy

Syntax

public class UsernamePasswordCredentials : ResourceCredentials, IEquatable<UsernamePasswordCredentials>

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
Equals(UsernamePasswordCredentials other)

Returns a value indicating whether this instance is equivalent to another.

Equals(object obj)

Returns a value indicating whether this instance is equivalent to another.

GetDescription

Gets the description.

GetHashCode

Returns a hash code.