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.PolicyHierarchy

Provides an enumerator to access the security policy hierarchy by levels, such as machine policy and user policy. The returned enumerator provides successive PolicyLevel objects that represent the policy at the respective (machine, user, application domain) level of the hierarchy.

[Visual Basic]
Public Shared Function PolicyHierarchy() As IEnumerator
[C#]
public static IEnumerator PolicyHierarchy();
[C++]
public: static IEnumerator* PolicyHierarchy();
[JScript]
public static function PolicyHierarchy() : IEnumerator;

Return Value

Returns an TBD for PolicyLevel objects that comprise the security policy hierarchy.

Remarks

Minimum policy hierarchy consists of one (machine) level, but may are arbitrary number of additional levels.

See Also

SecurityManager Class | SecurityManager Members | System.Security Namespace