C# 클래스 Keyczar.KeySetWriter

Writes a keyset using the standard storage format
상속: IKeySetWriter
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Finish ( ) : bool

Finishes this writing of the key.

KeySetWriter ( string location, bool overwrite = false ) : System

Initializes a new instance of the KeySetWriter class.

비공개 메소드들

메소드 설명
CreateDir ( ) : void
Write ( KeyMetadata metadata ) : void
Write ( byte keyData, int version ) : void

메소드 상세

Finish() 공개 메소드

Finishes this writing of the key.
public Finish ( ) : bool
리턴 bool

KeySetWriter() 공개 메소드

Initializes a new instance of the KeySetWriter class.
public KeySetWriter ( string location, bool overwrite = false ) : System
location string The location.
overwrite bool if set to true [overwrite].
리턴 System