C# 클래스 Keyczar.FileSystemKeySetWriter

Writes a keyset using the standard storage format
상속: IRootProviderKeySetWriter
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet

공개 메소드들

메소드 설명
Creator ( string location, bool overwrite = false ) : Func
Dispose ( ) : void
FileSystemKeySetWriter ( string location, bool overwrite = false ) : System

Initializes a new instance of the FileSystemKeySetWriter class.

Finish ( ) : bool

Finishes this writing of the key.

비공개 메소드들

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

메소드 상세

Creator() 공개 정적인 메소드

public static Creator ( string location, bool overwrite = false ) : Func
location string
overwrite bool
리턴 Func

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileSystemKeySetWriter() 공개 메소드

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

Finish() 공개 메소드

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