C# Класс Keyczar.KeySet

standard key set
Наследование: IKeySet
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetKeyData ( int version ) : byte[]

Gets the binary data that the key is stored in.

KeySet ( string keySetLocation ) : System.Collections.Generic

Initializes a new instance of the KeySet class.

Описание методов

GetKeyData() публичный Метод

Gets the binary data that the key is stored in.
public GetKeyData ( int version ) : byte[]
version int The version.
Результат byte[]

KeySet() публичный Метод

Initializes a new instance of the KeySet class.
public KeySet ( string keySetLocation ) : System.Collections.Generic
keySetLocation string The key set location.
Результат System.Collections.Generic