ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs Class Reference

Arguments used with KeysRequiredEvent. More...

List of all members.

Public Member Functions

 KeysRequiredEventArgs (string name)
 Initialise a new instance of KeysRequiredEventArgs.
 KeysRequiredEventArgs (string name, byte[] keyValue)
 Initialise a new instance of KeysRequiredEventArgs.

Properties

string FileName
 Get the name of the file for which keys are required.
byte[] key
byte[] Key
 Get/set the key value.

Private Attributes

string fileName


Detailed Description

Arguments used with KeysRequiredEvent.

Definition at line 57 of file ZipFile.cs.


Constructor & Destructor Documentation

ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs::KeysRequiredEventArgs string  name  )  [inline]
 

Initialise a new instance of KeysRequiredEventArgs.

Parameters:
name The name of the file for which keys are required.

Definition at line 84 of file ZipFile.cs.

ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs::KeysRequiredEventArgs string  name,
byte[]  keyValue
[inline]
 

Initialise a new instance of KeysRequiredEventArgs.

Parameters:
name The name of the file for which keys are required.
keyValue The current key value.

Definition at line 94 of file ZipFile.cs.


Member Data Documentation

string ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs::fileName [private]
 

Definition at line 59 of file ZipFile.cs.


Property Documentation

string ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs::FileName [get]
 

Get the name of the file for which keys are required.

Definition at line 65 of file ZipFile.cs.

byte [] ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs::Key [get, set]
 

Get/set the key value.

Definition at line 75 of file ZipFile.cs.

Referenced by ICSharpCode::SharpZipLib::Zip::ZipFile::OnKeysRequired().

byte [] ICSharpCode::SharpZipLib::Zip::KeysRequiredEventArgs::key [private]
 

Definition at line 69 of file ZipFile.cs.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 21:50:06 2006 for OblivionModTranslator by  doxygen 1.4.6-NO