MemberInfoSecret
The MemberInfoSecret class represents a secure identifier for a member, containing the member's ID, type, and a security token.
This class extends BaseSecret to provide secure identification for members. It combines a unique identifier and member type with inherited security token functionality.
Properties
| Name | Description |
|---|---|
| Id | Gets the unique identifier of the member. |
| Type | Gets the type classification of the member. |
| RandomValue | A randomly generated value, created when the secret is initialized. |
| TokenId | The unique identifier associated with the secret token. |
Constructors
| Name | Description |
|---|---|
| MemberInfoSecret(id, type, tokenId) | Initializes a new instance of the MemberInfoSecret class with the specified member identifier, type, and security token. |