Table of Contents

Class Context

Namespace
PrivMX.Endpoint.Core.Models
Assembly
PrivMX.Endpoint.dll

Represents the Context.

public class Context
Inheritance
Context
Inherited Members

Properties

ContextId

ID of the Context.

public string ContextId { get; set; }

Property Value

string

UserId

ID of the current user in the Context.

public string UserId { get; set; }

Property Value

string