TokenCredentials Class
Namespace: Hazelcast.Security
Assembly: Hazelcast.Net.dll
Implements ITokenCredentials for simple token-based protocols.
[Serializable]
public class TokenCredentials : ITokenCredentials, ICredentials
Inherited Members
Constructors
Name | Description |
---|---|
TokenCredentials(byte[]) | Initializes a new instance of the TokenCredentials class with a token. |
Properties
Name | Description |
---|---|
Name | Gets the name of the entity. |
Methods
Name | Description |
---|---|
GetToken() | Gets the token representing the credentials. |
ToString() | Returns a string that represents the current object. |