AuthorizationHelper Class
Represents the status of the current thread principal.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.ProviderFramework.AuthorizationHelper
Syntax
public static class AuthorizationHelper
public ref class AuthorizationHelper abstract sealed
Public NotInheritable Class AuthorizationHelper
Methods
Name | Description | |
---|---|---|
DemandAll(SecurityIdentifier[], Boolean) | Determines whether the current thread principal is a member of all of the specified groups. |
|
DemandLocalAdminGroup(Boolean) | Determines whether the current thread principal is a member of the local administrator group. |
|
DemandOne(SecurityIdentifier[], Boolean) | Determines whether the current thread principal is a member of one of the specified groups. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top