Syntax
| C# |
|---|
public interface IAuthInitialize |
| Visual Basic (Declaration) |
|---|
Public Interface IAuthInitialize |
| Visual C++ |
|---|
public interface class IAuthInitialize |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Close |
Invoked before the cache goes down.
| |
| GetCredentials |
Initialize with the given set of security properties
return the credentials for the client as properties.
|
See Also
GemStone.GemFire.Cache Namespace