SecurityTokenKeyAlgorithmElement Class

Represents the cryptographic algorithm used by the specified XML-based security token to transform data.

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

Usage

'Usage
Dim securityTokenKeyAlgorithmElement1 As New SecurityTokenKeyAlgorithmElement()

Syntax

'Declaration
Public Class SecurityTokenKeyAlgorithmElement
    Inherits ConfigurationElement
public class SecurityTokenKeyAlgorithmElement : ConfigurationElement
public ref class SecurityTokenKeyAlgorithmElement : ConfigurationElement
public class SecurityTokenKeyAlgorithmElement extends ConfigurationElement
public class SecurityTokenKeyAlgorithmElement extends ConfigurationElement

Remarks

Use the <keyAlgorithm> element to interoperate with other operating systems that use different cryptographic algorithms than WSE does for a specific security token. When you change the defaults, the sender and receiver must be configured to process keys generated for that security token type using the same key generation algorithm.

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
    Microsoft.Web.Services3.Security.Configuration.SecurityTokenKeyAlgorithmElement

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

SecurityTokenKeyAlgorithmElement Members
Microsoft.Web.Services3.Security.Configuration Namespace