C# Класс Keyczar.Unofficial.BlobKeySet

Reads key set from a single zipped up blob
Наследование: IKeySet, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetKeyData byte[]

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

Метод Описание
BlobKeySet ( Stream readStream ) : System

Initializes a new instance of the BlobKeySet class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Приватные методы

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

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

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

Initializes a new instance of the BlobKeySet class.
public BlobKeySet ( Stream readStream ) : System
readStream Stream The read stream.
Результат System

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void