SystemPropertiesSSLEnabled Property |
True if ssl connection support is enabled.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool SSLEnabled { get; }
Public ReadOnly Property SSLEnabled As Boolean
Get
public:
property bool SSLEnabled {
bool get ();
}
member SSLEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also