Table of Contents

Class IdentityObject

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public sealed class IdentityObject : BaseObject
Inheritance
IdentityObject
Inherited Members
Extension Methods

Constructors

IdentityObject(IdentityType, string, bool)

public IdentityObject(IdentityType type, string identity, bool isHashed)

Parameters

type IdentityType
identity string
isHashed bool

Properties

Identity

public string Identity { get; }

Property Value

string

IsHashed

public bool IsHashed { get; set; }

Property Value

bool

Salt

public string Salt { get; }

Property Value

string

Type

public IdentityType Type { get; }

Property Value

IdentityType

Methods

ShouldSerializeSalt()

public bool ShouldSerializeSalt()

Returns

bool

Verify(string)

public bool Verify(string identity)

Parameters

identity string

Returns

bool

VerifyFieldValues(IdentityObject)

public void VerifyFieldValues(IdentityObject other)

Parameters

other IdentityObject

VerifyObject()

public override void VerifyObject()