Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RequiredImpersonationLevelAttribute class with the specified impersonation level.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
public RequiredImpersonationLevelAttribute(
    ImpersonationLevel level
)
public:
RequiredImpersonationLevelAttribute(
    ImpersonationLevel level
)
Public Sub New (
    level As ImpersonationLevel
)
Parameters
- level 
 Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ImpersonationLevel- The impersonation level that determines how a server process can act on behalf of a client process. 
See Also
RequiredImpersonationLevelAttribute Overload
RequiredImpersonationLevelAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top