SystemPropertiesIsSecurityOn Property |
True if client needs to be authenticated
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool IsSecurityOn { get; }
Public ReadOnly Property IsSecurityOn As Boolean
Get
public:
property bool IsSecurityOn {
bool get ();
}
member IsSecurityOn : bool with get
Return Value
Type:
Booleantrue if enabled
See Also