Skip to main content

Class UserIdentity

Inheritance

↳ object

    UserIdentity

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class UserIdentity

Properties

Identity

Declaration
public string Identity { get; set; }
Property value
TypeDescription
string

UserName

Declaration
public string UserName { get; set; }
Property value
TypeDescription
string

Extension Methods