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

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...

Inheritance diagram for AxelSemrau.Chronos.Plugin.Security.CredentialStorageCandidateAttribute:
Collaboration diagram for AxelSemrau.Chronos.Plugin.Security.CredentialStorageCandidateAttribute:

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ CredentialStorageCandidateAttribute()

AxelSemrau.Chronos.Plugin.Security.CredentialStorageCandidateAttribute.CredentialStorageCandidateAttribute ( CredentialPart part = CredentialPart::Unspecified)

Create a new instance of the attribute class, specifying the credential part.

Parameters
part

Definition at line 16 of file CredentialStorageCandidateAttribute.cs.

17 {
18 Part = part;
19 }

References Part.

Property Documentation

◆ Part

CredentialPart AxelSemrau.Chronos.Plugin.Security.CredentialStorageCandidateAttribute.Part
get

Credential part this is meant to represent.

Definition at line 24 of file CredentialStorageCandidateAttribute.cs.

24{ get; }

Referenced by CredentialStorageCandidateAttribute().


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