|
Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Describes all components of password credentials: Username, password, resource. More...
Properties | |
| string | UserName [get] |
| The username that was entered by the user or retrieved from storage. | |
| string | Password [get] |
| The cleartext password for the given username and resource. | |
| string | Resource [get] |
| The resource identifier, as given in the ICredentialProvider.GetCredentials call. | |
Describes all components of password credentials: Username, password, resource.
Definition at line 6 of file ICredentials.cs.
|
get |
The cleartext password for the given username and resource.
Definition at line 15 of file ICredentials.cs.
|
get |
The resource identifier, as given in the ICredentialProvider.GetCredentials call.
Definition at line 19 of file ICredentials.cs.
|
get |
The username that was entered by the user or retrieved from storage.
Definition at line 11 of file ICredentials.cs.