Share via


EncryptedKeyTokenManager Class

Represents a security token manager for EncryptedKeyToken security tokens.

Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim encryptedKeyTokenManager1 As New EncryptedKeyTokenManager()

Syntax

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

Remarks

A security token manager parses tokens from incoming SOAP messages. WSE uses an EncryptedKeyTokenManager when a SOAP message that contains a <EncryptedKey> element is received. To change the default handling of encrypted key tokens, derive a class from EncryptedKeyTokenManager, override the appropriate methods, and add the name of your class to the sender and receiver's configuration file using the <securityTokenManager> element. For more information, see How to: Create a Security Token Manager for a Custom Security Token. When you use the default EncryptedKeyTokenManager, no configuration elements are required.

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services3.Security.Tokens.SecurityTokenManager
     Microsoft.Web.Services3.Security.Tokens.KeyIdentifierCachedSecurityTokenManager
      Microsoft.Web.Services3.Security.Tokens.EncryptedKeyTokenManager

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

EncryptedKeyTokenManager Members
Microsoft.Web.Services3.Security.Tokens Namespace
EncryptedKeyToken