C# Class Keyczar.Unofficial.BlobKeySet

Reads key set from a single zipped up blob
Inheritance: IKeySet, IDisposable
Exibir arquivo Open project: jbtule/keyczar-dotnet

Private Properties

Property Type Description
GetKeyData byte[]

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Private Methods

Method Description
GetKeyData ( int version ) : byte[]

Method Details

BlobKeySet() public method

Initializes a new instance of the BlobKeySet class.
public BlobKeySet ( Stream readStream ) : System
readStream Stream The read stream.
return System

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

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.
return void