KeyIdentifier.ValueTypes Class
Represents the value types for security tokens natively supported by WSE that are referenced within a SOAP message.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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.ValueTypes and 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.Services3.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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
KeyIdentifier.ValueTypes Members
Microsoft.Web.Services3.Security Namespace