NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.Secure

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;

Property Value

true if security is present; otherwise, false.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace