SystemPropertiesSSLKeystorePassword Property |
Returns the client keystore password..
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string SSLKeystorePassword { get; }
Public ReadOnly Property SSLKeystorePassword As String
Get
public:
property String^ SSLKeystorePassword {
String^ get ();
}
member SSLKeystorePassword : string with get
Return Value
Type:
StringReturns the client keystore password.
See Also