The PasswordAuthentication type exposes the following members.

Properties

  NameDescription
Public propertyPassword
Returns the user password.

Note that this method returns a reference to the password. It is the caller's responsibility to zero out the password information after it is no longer needed.

Return Value

the password
Public propertyUserName
Returns the user name.

Return Value

the user name

See Also