Gets whether security is present on this operating system.
[Visual Basic] Public Shared ReadOnly Property Secure As Boolean [C#] public static bool Secure {get;} [C++] public: __property static bool get_Secure(); [JScript] public static function get Secure() : Boolean;
true if security is present; otherwise, false.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace