C# Класс Keyczar.FileSystemKeySetWriter

Writes a keyset using the standard storage format
Наследование: IRootProviderKeySetWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
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