Initialize with the given set of security properties
return the credentials for the client as properties.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
Properties GetCredentials( Properties props, string server ) |
| Visual Basic (Declaration) |
|---|
Function GetCredentials ( _ props As Properties, _ server As String _ ) As Properties |
| Visual C++ |
|---|
Properties^ GetCredentials ( Properties^ props, String^ server ) |
Parameters
- props
- Properties
the set of security-* properties provided to the [!:DistributedSystem.connect] method
- server
- String
the ID of the current endpoint in the format "host:port"
Return Value
the credentials to be used for the given server
Remarks
This method can modify the given set of properties. For
example it may invoke external agents or even interact with
the user.
See Also
IAuthInitialize Interface
GemStone.GemFire.Cache Namespace