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. |
TokenId | The unique identifier associated with the secret token. |
Type | Gets the type classification of the member. |
RandomValue | A randomly generated value, created when the secret is initialized. |
Constructors
Name | Description |
---|---|
MemberInfoSecret(id, type, tokenId) | Initializes a new instance of the MemberInfoSecret class with the specified member identifier, type, and security token. |