Method | Description | |
---|---|---|
LocalUserInfo ( string username, string displayName, string email, bool active, System.DateTime dateTime, IUsersStorageProviderV30 provider, string passwordHash ) : System |
Initializes a new instance of the LocalUserInfo class.
|
public LocalUserInfo ( string username, string displayName, string email, bool active, System.DateTime dateTime, IUsersStorageProviderV30 provider, string passwordHash ) : System | ||
username | string | The Username. |
displayName | string | The display name. |
string | The Email. | |
active | bool | Specifies whether the Account is active or not. |
dateTime | System.DateTime | The creation DateTime. |
provider | IUsersStorageProviderV30 | The Users Storage Provider that manages the User. |
passwordHash | string | The Password Hash. |
return | System |