KerberosToken2Manager Class

Represents a security token manager for KerberosToken security tokens.

Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim kerberosToken2Manager1 As New KerberosToken2Manager()

Syntax

'Declaration
Public Class KerberosToken2Manager
    Inherits KeyIdentifierCachedSecurityTokenManager
public class KerberosToken2Manager : KeyIdentifierCachedSecurityTokenManager
public ref class KerberosToken2Manager : public KeyIdentifierCachedSecurityTokenManager
public class KerberosToken2Manager extends KeyIdentifierCachedSecurityTokenManager
public class KerberosToken2Manager extends KeyIdentifierCachedSecurityTokenManager

Remarks

A security token manager parses tokens from incoming SOAP messages. WSE uses a KerberosToken2Manager when a SOAP message that contains a KerberosToken is received.

To override the functionality of the KerberosToken2Manager security token manager, derive a class from KerberosToken2Manager and configure it in the receiver's configuration file using the <securityTokenManager> element. For more information, see <securityTokenManager> Element. When you use the default KerberosToken2Manager, no configuration elements are required.

For more information about using Kerberos tickets, see Kerberos Ticket.

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services2.Security.Tokens.SecurityTokenManager
     Microsoft.Web.Services2.Security.Tokens.KeyIdentifierCachedSecurityTokenManager
      Microsoft.Web.Services2.Security.Tokens.KerberosToken2Manager

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

Microsoft.Web.Services2.Security.Tokens Namespace
KerberosToken

Other Resources

KerberosToken2Manager Members
ms824626(v=msdn.10).md