C# 클래스 PassFruit.Server.CiphertextDatastore.Json.JsonCiphertextDatastore

상속: PassFruit.Server.CiphertextDatastore.CiphertextDatastoreBase
파일 보기 프로젝트 열기: bettiolo/PassFruit

공개 메소드들

메소드 설명
Get ( System.Guid accountId ) : CiphertextDto
GetAllIds ( ) : System.Guid[]
JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System

보호된 메소드들

메소드 설명
InternalSave ( CiphertextDto ciphertextDto ) : void

메소드 상세

Get() 공개 메소드

public Get ( System.Guid accountId ) : CiphertextDto
accountId System.Guid
리턴 PassFruit.Server.CiphertextDatastore.CiphertextDto

GetAllIds() 공개 메소드

public GetAllIds ( ) : System.Guid[]
리턴 System.Guid[]

InternalSave() 보호된 메소드

protected InternalSave ( CiphertextDto ciphertextDto ) : void
ciphertextDto PassFruit.Server.CiphertextDatastore.CiphertextDto
리턴 void

JsonCiphertextDatastore() 공개 메소드

public JsonCiphertextDatastore ( System.Guid userId, Func load, Action persist ) : System
userId System.Guid
load Func
persist Action
리턴 System