Class UserWithPubKey
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
UserId
ID of the user in the Context.
public string UserId { get; set; }