ImpersonationLevel Enumeration

 

Indicates the level of impersonation.

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

[DataContractAttribute]
public enum class ImpersonationLevel

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: