Compartir a través de


Credential Class

Definition

Represents the user credentials used to log into an application.

public ref class Credential sealed
public sealed class Credential
type Credential = class
Public NotInheritable Class Credential
Inheritance
Credential

Constructors

Credential(String, SecureString, String, Dictionary<String,String>)

Initializes a new instance of the Credential class.

Properties

Domain

Gets the domain.

Extensions

Gets or sets the extension data used to add any additional data.

Password

Gets the password.

UserName

Gets the user name.

Applies to