Chronos Plugins 5.11.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
CredentialStorageCandidateAttribute.cs
Go to the documentation of this file.
1using System;
2
4
9[AttributeUsage(AttributeTargets.Property)]
11{
17 {
18 Part = part;
19 }
20
24 public CredentialPart Part { get; }
25}
Infrastructure for security related things. Currently providing easy access to the Windows Credential...
CredentialPart
Defines the part of the credential that this property is meant for.
CredentialStorageCandidateAttribute(CredentialPart part=CredentialPart.Unspecified)
Create a new instance of the attribute class, specifying the credential part.