Свойство | Тип | Описание | |
---|---|---|---|
UserId | System.Guid |
Метод | Описание | |
---|---|---|
CiphertextDatastoreBase ( System.Guid userId ) : System | ||
Delete ( System.Guid accountId ) : void | ||
DeleteAll ( ) : void | ||
Get ( System.Guid accountId ) : |
||
GetAll ( CiphertextStatus ciphertextStatus = CiphertextStatus.Active ) : PassFruit.Server.CiphertextDatastore.CiphertextDto[] | ||
GetAllIds ( ) : System.Guid[] | ||
Save ( |
Метод | Описание | |
---|---|---|
InternalSave ( |
Метод | Описание | |
---|---|---|
IsMatchedByStatus ( CiphertextStatus ciphertextStatus, bool isDeleted ) : bool |
public CiphertextDatastoreBase ( System.Guid userId ) : System | ||
userId | System.Guid | |
Результат | System |
public Delete ( System.Guid accountId ) : void | ||
accountId | System.Guid | |
Результат | void |
public abstract Get ( System.Guid accountId ) : |
||
accountId | System.Guid | |
Результат |
public GetAll ( CiphertextStatus ciphertextStatus = CiphertextStatus.Active ) : PassFruit.Server.CiphertextDatastore.CiphertextDto[] | ||
ciphertextStatus | CiphertextStatus | |
Результат | PassFruit.Server.CiphertextDatastore.CiphertextDto[] |
public abstract GetAllIds ( ) : System.Guid[] | ||
Результат | System.Guid[] |
protected abstract InternalSave ( |
||
ciphertextDto | ||
Результат | void |
public Save ( |
||
ciphertextDto | ||
Результат | void |