Skip to main content

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

NameDescription
SecretKeyGets the encrypted secret key used for secure operations.
IdGets the unique identifier of the member.
DescriptionGets the description of the member.
TypeGets the type of the member.
NameGets the name of the member.

Constructors

NameDescription
MemberInfoDetail(id, name, description, type, tokenId)Initializes a new instance of the MemberInfoDetail class with the specified member information.