ImpersonationLevel Enumeration
Specifies how a recipient of a security token can use the identity associated with the security token.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim impersonationLevel1 As ImpersonationLevel = ImpersonationLevel.Delegation
Syntax
'Declaration
Public Enum ImpersonationLevel
public enum ImpersonationLevel
public enum class ImpersonationLevel
public enum ImpersonationLevel
public enum ImpersonationLevel
Members
Member name | Description |
---|---|
Delegation | Recipients of the security token can get the identity associated with the security token, impersonate that identity, and delegate that identity. |
Identification | Recipients of the security token can only get the identity associated with the security token. |
Impersonation | Recipients of the security token can get the identity associated with the security token and impersonate that identity to access local resources and a constrained set of resources on remote machines (known as constrained delegation). |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server