Table of Contents

Class Secret

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class Secret : ISecret
Inheritance
Secret
Implements
Inherited Members
Extension Methods

Constructors

Secret(string, string)

public Secret(string type, string name)

Parameters

type string
name string

Properties

Expiry

public DateTimeOffset Expiry { get; }

Property Value

DateTimeOffset

LifetimeLimitMinutes

public int? LifetimeLimitMinutes { get; }

Property Value

int?

Name

public string Name { get; }

Property Value

string

Type

public string Type { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string

Methods

CreateValue()

public static string CreateValue()

Returns

string