Used by the DCOM protocol handler to specify how impersonation is done on the server.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public enum ImpersonationType
public enum class ImpersonationType
type ImpersonationType
Public Enumeration ImpersonationType
Members
| Member name | Description | |
|---|---|---|
| Default | Use the default impersonation. |
|
| Delegate | This option relates to Kerberos delegation and needs to be enabled on the domain. |
|
| Identify | Identify user only. |
|
| Impersonate | Allow impersonation of user. |
|
| None | Do not impersonate. |
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top