VMware Tanzu GemFire .NET Client API Reference
IAuthInitialize Interface Reference
Specifies the mechanism to obtain credentials for a client. More...
Public Member Functions | |
| void | Close () |
| Invoked before the cache goes down. More... | |
| IDictionary< string, object > | GetCredentials (IDictionary< string, string > properties, string server) |
| Method to retrieve a given set of credentials More... | |
Detailed Description
Specifies the mechanism to obtain credentials for a client.
Member Function Documentation
◆ Close()
| void IAuthInitialize.Close | ( | ) |
Invoked before the cache goes down.
◆ GetCredentials()
| IDictionary<string, object> IAuthInitialize.GetCredentials | ( | IDictionary< string, string > | properties, |
| string | server | ||
| ) |
Method to retrieve a given set of credentials
- Parameters
-
properties server
- Returns
- Credentials
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IAuthInitialize.cs

