Click or drag to resize
IPasswordInformation Interface
This interface defines information that is returned in response to a ResetPassword method call.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IPasswordInformation

The IPasswordInformation type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Get data context.
Public propertyEmailAddress
Get email address. Password was changed for the user who has this email address.
Public propertyPassword
Get new password.
Public propertyUserName
Get user name for the user who has the specified email address.
Top
See Also