C# Class Keyczar.FileSystemKeySetWriter

Writes a keyset using the standard storage format
Inheritance: IRootProviderKeySetWriter
Afficher le fichier Open project: jbtule/keyczar-dotnet

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
CreateDir ( ) : void
Write ( Array keyData, int version ) : void
Write ( KeyMetadata metadata ) : void

Method Details

Creator() public static méthode

public static Creator ( string location, bool overwrite = false ) : Func
location string
overwrite bool
Résultat Func

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileSystemKeySetWriter() public méthode

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].
Résultat System

Finish() public méthode

Finishes this writing of the key.
public Finish ( ) : bool
Résultat bool