Table of Contents

Class UserWithPubKey

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

Represents a user and its associated public key in a Context.

public class UserWithPubKey
Inheritance
UserWithPubKey
Inherited Members

Properties

PubKey

Public key associated with the user.

public string PubKey { get; set; }

Property Value

string

UserId

ID of the user in the Context.

public string UserId { get; set; }

Property Value

string