SecurityTokenManagerElement Class
Represents a <securityTokenManager> element that specifies the user-supplied custom security token managers for XML-based security tokens within an application domain.
Namespace: Microsoft.Web.Services3.Security.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim securityTokenManagerElement1 As New SecurityTokenManagerElement()
Syntax
'Declaration
Public Class SecurityTokenManagerElement
Inherits ConfigElementInterceptor
public class SecurityTokenManagerElement : ConfigElementInterceptor
public ref class SecurityTokenManagerElement : ConfigElementInterceptor
public class SecurityTokenManagerElement extends ConfigElementInterceptor
public class SecurityTokenManagerElement extends ConfigElementInterceptor
Remarks
When a security token is received by WSE that it does not natively support, WSE determines whether a security token manager has been configured to handle that type of security token. WSE searches for an <add> element the for <securityTokenManager> element with a localName attribute that matches the element that represents the security token within the WS-Security SOAP header. When there is a match, WSE calls the type specified in the type attribute of the <add> element696778dd-27c9-4078-97ec-2dfd40298683to handle the security token.
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
Microsoft.Web.Services3.Configuration.ConfigElementInterceptor
Microsoft.Web.Services3.Security.Configuration.SecurityTokenManagerElement
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
SecurityTokenManagerElement Members
Microsoft.Web.Services3.Security.Configuration Namespace