SystemPropertiesGetSecurityProperties Property |
Returns all the security properties
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Properties<string, string> GetSecurityProperties { get; }
Public ReadOnly Property GetSecurityProperties As Properties(Of String, String)
Get
public:
property Properties<String^, String^>^ GetSecurityProperties {
Properties<String^, String^>^ get ();
}
member GetSecurityProperties : Properties<string, string> with get
Return Value
Type:
PropertiesString,
Stringthe security properties
See Also