ILoginModuleGetEncodedCredentials Method

ScaleOut Software NamedCache API
Generates encoded credentials to be validated by the server.

Namespace:  Soss.Client
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

byte[] GetEncodedCredentials(
	string cacheName
)

Parameters

cacheName
Type: SystemString
The cache name to generate encoded credentials for.

Return Value

Type: Byte
Encoded credentials
See Also

Reference