AuthorizationHelper Class

 

Represents the status of the current thread principal.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework::AuthorizationHelper

public ref class AuthorizationHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDemandAll(array<SecurityIdentifier^>^, Boolean)

Determines whether the current thread principal is a member of all of the specified groups.

System_CAPS_pubmethodSystem_CAPS_staticDemandLocalAdminGroup(Boolean)

Determines whether the current thread principal is a member of the local administrator group.

System_CAPS_pubmethodSystem_CAPS_staticDemandOne(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.

Return to top

Community Additions

ADD
Show: