C# Class Keyczar.KeySetWriter

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

Méthodes publiques

Méthode Description
Finish ( ) : bool

Finishes this writing of the key.

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

Initializes a new instance of the KeySetWriter class.

Private Methods

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

Method Details

Finish() public méthode

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

KeySetWriter() public méthode

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