Class Secret
public class Secret : ISecret
- Inheritance
-
Secret
- Implements
- Inherited Members
- Extension Methods
Constructors
Secret(string, string)
public Secret(string type, string name)
Parameters
Properties
Expiry
public DateTimeOffset Expiry { get; }
Property Value
LifetimeLimitMinutes
public int? LifetimeLimitMinutes { get; }
Property Value
- int?
Name
public string Name { get; }
Property Value
Type
public string Type { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
CreateValue()
public static string CreateValue()