Credential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |