KeyIdentifier.ValueTypes Class

Represents the value types for security tokens natively supported by WSE that are referenced within a SOAP message.

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

Usage

'Usage
Dim keyIdentifier_ValueTypes1 As New KeyIdentifier.ValueTypes()

Syntax

'Declaration
Public Class KeyIdentifier.ValueTypes
public class KeyIdentifier.ValueTypes
public ref class KeyIdentifier.ValueTypes
public class KeyIdentifier.ValueTypes
public class KeyIdentifier.ValueTypes

Remarks

The WS-Security specification specifies that when a binary security token is contained or referenced within a SOAP message, its value type, which indicates the security token type, should be specified. The value type value for a given security token, however differs depending on whether the security token is contained within the SOAP message or it is referenced within the SOAP message. The WSSecurity.ValueTypesand WSTrust.TokenTypes classes contain string constants for security tokens natively supported by WSE that are contained within a SOAP message. Whereas, the KeyIdentifier.ValueTypes class contains string constants representing the value types for the security tokens natively supported by WSE that are referenced within a <KeyIdentifier> XML element.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services2.Security.KeyIdentifier.ValueTypes

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 Namespace

Other Resources

KeyIdentifier.ValueTypes Members