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