Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Security.ICredentials Interface Reference

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.

Detailed Description

Describes all components of password credentials: Username, password, resource.

Definition at line 6 of file ICredentials.cs.

Property Documentation

◆ Password

string AxelSemrau.Chronos.Plugin.Security.ICredentials.Password
get

The cleartext password for the given username and resource.

Definition at line 15 of file ICredentials.cs.

15{ get; }

◆ Resource

string AxelSemrau.Chronos.Plugin.Security.ICredentials.Resource
get

The resource identifier, as given in the ICredentialProvider.GetCredentials call.

Definition at line 19 of file ICredentials.cs.

19{ get; }

◆ UserName

string AxelSemrau.Chronos.Plugin.Security.ICredentials.UserName
get

The username that was entered by the user or retrieved from storage.

Definition at line 11 of file ICredentials.cs.

11{ get; }

The documentation for this interface was generated from the following file: