Click or drag to resize
IAuthInitializeGetCredentials Method
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: 9.0.6.18
Syntax
Properties GetCredentials(
	Properties props,
	string server
)

Parameters

props
Type: GemStone.GemFire.CacheProperties
the set of security-* properties provided to the [!:DistributedSystem.connect] method
server
Type: SystemString
the ID of the current endpoint in the format "host:port"

Return Value

Type: Properties
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