SystemPropertiesSSLKeyStore Property |
Returns the SSL private keystore file path.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string SSLKeyStore { get; }
Public ReadOnly Property SSLKeyStore As String
Get
public:
property String^ SSLKeyStore {
String^ get ();
}
member SSLKeyStore : string with get
Return Value
Type:
Stringthe SSL private keystore file path
See Also