Interface ISecret
public interface ISecret
- Extension Methods
Properties
Expiry
DateTimeOffset Expiry { get; }
Property Value
LifetimeLimitMinutes
int? LifetimeLimitMinutes { get; }
Property Value
- int?
Name
string Name { get; }
Property Value
Type
string Type { get; }
Property Value
Value
string Value { get; }