Property | Type | Description | |
---|---|---|---|
UserId | System.Guid |
Method | Description | |
---|---|---|
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 ( |
Method | Description | |
---|---|---|
InternalSave ( |
Method | Description | |
---|---|---|
IsMatchedByStatus ( CiphertextStatus ciphertextStatus, bool isDeleted ) : bool |
public CiphertextDatastoreBase ( System.Guid userId ) : System | ||
userId | System.Guid | |
return | System |
public Delete ( System.Guid accountId ) : void | ||
accountId | System.Guid | |
return | void |
public abstract Get ( System.Guid accountId ) : |
||
accountId | System.Guid | |
return |
public GetAll ( CiphertextStatus ciphertextStatus = CiphertextStatus.Active ) : PassFruit.Server.CiphertextDatastore.CiphertextDto[] | ||
ciphertextStatus | CiphertextStatus | |
return | PassFruit.Server.CiphertextDatastore.CiphertextDto[] |
public abstract GetAllIds ( ) : System.Guid[] | ||
return | System.Guid[] |
protected abstract InternalSave ( |
||
ciphertextDto | ||
return | void |
public Save ( |
||
ciphertextDto | ||
return | void |