Table of Contents

Interface ISecret

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface ISecret
Extension Methods

Properties

Expiry

DateTimeOffset Expiry { get; }

Property Value

DateTimeOffset

LifetimeLimitMinutes

int? LifetimeLimitMinutes { get; }

Property Value

int?

Name

string Name { get; }

Property Value

string

Type

string Type { get; }

Property Value

string

Value

string Value { get; }

Property Value

string