Class CredentialsOptions
Options for configuring credentials
Inheritance
System.Object
CredentialsOptions
Namespace: ImageVault.Client.Configuration
Assembly: ImageVault.Client.dll
Syntax
public class CredentialsOptions : Object
Constructors
CredentialsOptions()
Declaration
public CredentialsOptions()
Properties
Password
The password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
The username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |