UsernamePasswordCredentials Class

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
GetDescription

Gets the description.

ToSecureCredentials