|
Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Decorate your task properties with this attribute to allow the method editor to assist the user in using {Credentials:} expressions instead of entering plain text usernames/passwords. More...
Public Member Functions | |
| CredentialStorageCandidateAttribute (CredentialPart part=CredentialPart.Unspecified) | |
| Create a new instance of the attribute class, specifying the credential part. | |
Properties | |
| CredentialPart | Part [get] |
| Credential part this is meant to represent. | |
Decorate your task properties with this attribute to allow the method editor to assist the user in using {Credentials:} expressions instead of entering plain text usernames/passwords.
Definition at line 10 of file CredentialStorageCandidateAttribute.cs.
| AxelSemrau.Chronos.Plugin.Security.CredentialStorageCandidateAttribute.CredentialStorageCandidateAttribute | ( | CredentialPart | part = CredentialPart::Unspecified | ) |
Create a new instance of the attribute class, specifying the credential part.
| part |
Definition at line 16 of file CredentialStorageCandidateAttribute.cs.
References Part.
|
get |
Credential part this is meant to represent.
Definition at line 24 of file CredentialStorageCandidateAttribute.cs.
Referenced by CredentialStorageCandidateAttribute().