KerberosToken.ImpersonationLevel Property

Gets how a recipient of this 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 kerberosToken1 As KerberosToken

Dim returnValue As ImpersonationLevel
returnValue = kerberosToken1.ImpersonationLevel

Syntax

'Declaration
Public ReadOnly Property ImpersonationLevel() As ImpersonationLevel
public ImpersonationLevel ImpersonationLevel {get;}
public:
property ImpersonationLevel ImpersonationLevel {
    ImpersonationLevel get();
}
public ImpersonationLevel get_ImpersonationLevel();
public function get ImpersonationLevel() : ImpersonationLevel;

Property Value

An ImpersonationLevel that specifies how a recipient of this security token can use the identity associated with the Principal property.

Remarks

SOAP message senders can specify what recipients of the KerberosToken security token can do with the identity associated with the security token when they create a new instance of KerberosToken.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

KerberosToken Class
KerberosToken Members
Microsoft.Web.Services3.Security.Tokens Namespace