Share via


ImpersonationLevel Enumeration

 

Indicates the level of impersonation.

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

Syntax

[DataContractAttribute]
public enum ImpersonationLevel
[DataContractAttribute]
public enum class ImpersonationLevel
<DataContractAttribute>
Public Enumeration ImpersonationLevel

Members

Member name Description
Identification

Indicates that the server process can obtain information about the client computer.

Impersonation

Indicates that the server process can impersonate the security context of the client computer.

See Also

Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top