Share via


X509SecurityTokenManager Class

Represents a security token manager for X509SecurityToken security tokens.

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

Usage

'Usage
Dim x509SecurityTokenManager1 As New X509SecurityTokenManager()

Syntax

'Declaration
Public Class X509SecurityTokenManager
    Inherits SecurityTokenManager
public class X509SecurityTokenManager : SecurityTokenManager
public ref class X509SecurityTokenManager : public SecurityTokenManager
public class X509SecurityTokenManager extends SecurityTokenManager
public class X509SecurityTokenManager extends SecurityTokenManager

Remarks

A security token manager parses tokens from incoming SOAP messages. WSE uses an X509SecurityTokenManager when a SOAP message containing an X509SecurityToken is received.

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

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services2.Security.Tokens.SecurityTokenManager
    Microsoft.Web.Services2.Security.Tokens.X509SecurityTokenManager

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
X509SecurityToken

Other Resources

X509SecurityTokenManager Members