IAuthInitializeGetCredentials Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxProperties<string, Object> GetCredentials(
Properties<string, string> props,
string server
)
Function GetCredentials (
props As Properties(Of String, String),
server As String
) As Properties(Of String, Object)
Properties<String^, Object^>^ GetCredentials(
Properties<String^, String^>^ props,
String^ server
)
abstract GetCredentials :
props : Properties<string, string> *
server : string -> Properties<string, Object>
Parameters
- props
- Type: GemStone.GemFire.Cache.GenericPropertiesString, String
- server
- Type: SystemString
Return Value
Type:
PropertiesString,
Object
See Also