PasswordTypes Class

Contains constants representing the URIs specifying how the password for a UsernameToken security token is sent in a SOAP message.

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

Usage

'Usage
Dim passwordTypes1 As New PasswordTypes()

Syntax

'Declaration
Public Class PasswordTypes
public class PasswordTypes
public ref class PasswordTypes
public class PasswordTypes
public class PasswordTypes

Remarks

WSE uses the constants in the PasswordTypes class when sending SOAP messages that contain UsernameToken security tokens. The particular constant used by WSE depends upon the value of the PasswordOption property for the UsernameToken.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services2.Security.Tokens.PasswordTypes

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
UsernameToken
PasswordOption
SendPlainText

Other Resources

PasswordTypes Members