AuthorizationHelper Class
Represents the status of the current thread principal.
Assembly: ProviderFramework (in ProviderFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DemandAll(array<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(array<SecurityIdentifier^>^, Boolean) | Determines whether the current thread principal is a member of one of the specified groups. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

