SystemPropertiesSSLTrustStore Property |
Returns the SSL public certificate trust store file path.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string SSLTrustStore { get; }
Public ReadOnly Property SSLTrustStore As String
Get
public:
property String^ SSLTrustStore {
String^ get ();
}
member SSLTrustStore : string with get
Return Value
Type:
Stringthe SSL public certificate trust store file path
See Also