KerberosTokenProvider.ImpersonationLevel Property
Gets or sets how a recipient of the KerberosToken security token can use the identity that is associated with the security token.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim kerberosTokenProvider1 As KerberosTokenProvider
Dim returnValue As ImpersonationLevel
returnValue = kerberosTokenProvider1.ImpersonationLevel
Dim sampleValue As ImpersonationLevel
kerberosTokenProvider1.ImpersonationLevel = sampleValue
Syntax
'Declaration
Public Property ImpersonationLevel() As ImpersonationLevel
public ImpersonationLevel ImpersonationLevel {get; set;}
public:
property ImpersonationLevel ImpersonationLevel {
ImpersonationLevel get();
void set(ImpersonationLevel value);
}
public ImpersonationLevel get_ImpersonationLevel();
public void set_ImpersonationLevel(ImpersonationLevel);
public function get ImpersonationLevel() : ImpersonationLevel;
public function set ImpersonationLevel(ImpersonationLevel);
Property Value
An ImpersonationLevel that specifies how a recipient of the KerberosToken security token can use the identity that is associated with the security token.
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
KerberosTokenProvider Class
KerberosTokenProvider Members
Microsoft.Web.Services3.Design Namespace
ImpersonationLevel