Table of Contents

Class QPersonSecret

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public class QPersonSecret
Inheritance
QPersonSecret
Inherited Members
Extension Methods

Constructors

QPersonSecret()

public QPersonSecret()

Properties

Person

public virtual QPerson Person { get; set; }

Property Value

QPerson

PersonIdentifier

public Guid PersonIdentifier { get; set; }

Property Value

Guid

SecretExpiry

public DateTimeOffset SecretExpiry { get; set; }

Property Value

DateTimeOffset

SecretIdentifier

public Guid SecretIdentifier { get; set; }

Property Value

Guid

SecretLifetimeLimit

public int? SecretLifetimeLimit { get; set; }

Property Value

int?

SecretName

public string SecretName { get; set; }

Property Value

string

SecretType

public string SecretType { get; set; }

Property Value

string

SecretValue

public string SecretValue { get; set; }

Property Value

string

Methods

CreateTokenSecret()

public static string CreateTokenSecret()

Returns

string