Share via


PasswordTypes Members

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

The following tables list the members exposed by the PasswordTypes type.

Public Constructors

  Name Description
PasswordTypes  

Top

Public Fields

  Name Description
public field static PasswordDigest Represents the URI that specifies the password for a UsernameToken security token is sent as a SHA-1 hash. This field is constant.
public field static PasswordText Represents the URI that specifies the password for a UsernameToken security token is sent as plain text. This field is constant.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

PasswordTypes Class
Microsoft.Web.Services3.Security.Tokens Namespace
UsernameToken
PasswordOption
SendPlainText