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!

SecurityManager Class

The SecurityManager class provides a general purpose API for interacting with the security system. Security provides methods to access and manipulate the security policy configuration.

Object
   SecurityManager

[Visual Basic]
Public Class SecurityManager
[C#]
public class SecurityManager
[C++]
public __gc class SecurityManager
[JScript]
public class SecurityManager

Remarks

Since SecurityManager is integral to the execution environment, you cannot create instances of it.

Requirements

Namespace: System.Security

Assembly: mscorlib.dll

See Also

SecurityManager Members | System.Security Namespace