C# Class Keyczar.Unofficial.BlobKeySet

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

Private Properties

Свойство Type Description
GetKeyData byte[]

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Private Methods

Méthode Description
GetKeyData ( int version ) : byte[]

Method Details

BlobKeySet() public méthode

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

Dispose() public méthode

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

Dispose() protected méthode

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