RequiredImpersonationLevelAttribute Constructor (ImpersonationLevel)
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.ImpersonationLevelThe 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