| LoginCache Class |
Namespace: Nec.Nebula.Internal.Database
The LoginCache type exposes the following members.
| Name | Description | |
|---|---|---|
| LoginCache | Initializes a new instance of the LoginCache class |
| Name | Description | |
|---|---|---|
| CreatedAt |
作成日時
| |
E-mail
| ||
| Groups |
所属グループリスト(JSON表現)。
| |
| Id |
ID
| |
| Options |
オプションJSON
| |
| OptionsJson |
オプションJSON文字列
| |
| Password |
パスワード。設定すると PasswordHash が更新される。
| |
| PasswordHash |
パスワードハッシュ
| |
| SessionExpireAt |
セッショントークン期限切れ日時
| |
| SessionToken |
セッショントークン
| |
| UpdatedAt |
更新日時
| |
| UserId |
User ID
| |
| UserName |
User名
|
| Name | Description | |
|---|---|---|
| Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Inherited from Object.) | |
| Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) | |
| GetHashCode | 既定のハッシュ関数として機能します。 (Inherited from Object.) | |
| GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) | |
| IsValidPassword |
パスワードを検証する
| |
| MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) | |
| SetSession |
セッション情報をセットする
| |
| SetUser |
ユーザ情報をセットする
| |
| ToString | 現在のオブジェクトを表す文字列を返します。 (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CreateTableSql |
CREATE TABLE SQL文
|