Rhino.SecurityController.HasGlobal C# (CSharp) Method

HasGlobal() public static method

Check if global SecurityController was already installed.
public static HasGlobal ( ) : bool
return bool
		public static bool HasGlobal()
		{
			return global != null;
		}