MemberInfoDetail
The MemberInfoDetail
class represents detailed information about a member in the authorization system, including identification, descriptive information, and encrypted security details.
This class encapsulates comprehensive information about a member, including their basic details and secure identification information. It uses encryption attributes to handle secure data transmission and includes both public information and secure member details.
Properties
Name | Description |
---|---|
SecretKey | Gets the encrypted secret key used for secure operations. |
Id | Gets the unique identifier of the member. |
Description | Gets the description of the member. |
Type | Gets the type of the member. |
Name | Gets the name of the member. |
Constructors
Name | Description |
---|---|
MemberInfoDetail(id, name, description, type, tokenId) | Initializes a new instance of the MemberInfoDetail class with the specified member information. |