KerberosToken2.ImpersonationLevel Property
Gets how a recipient of this security token can use the identity associated with the security token.
Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim kerberosToken21 As KerberosToken2
Dim returnValue As ImpersonationLevel
returnValue = kerberosToken21.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 KerberosToken2 security token can do with the identity associated with the security token when they create a new instance of KerberosToken2.
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 Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
KerberosToken2 Class
Microsoft.Web.Services2.Security.Tokens Namespace