Represents a field for gathering or providing a single line or word of text, which shall be obscured in an interface (e.g., with multiple instances of the asterisk character).

Namespace: S22.Xmpp.Extensions.Dataforms
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class PasswordField : DataField

Remarks

This corresponds to a Winforms TextBox control with the added requirement that entered characters be obscured.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Extensions.Dataforms..::..DataField
    S22.Xmpp.Extensions.Dataforms..::..PasswordField

See Also