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 |
Definition at line 57 of file ZipFile.cs.
|
Initialise a new instance of KeysRequiredEventArgs.
Definition at line 84 of file ZipFile.cs. |
|
Initialise a new instance of KeysRequiredEventArgs.
Definition at line 94 of file ZipFile.cs. |
|
Definition at line 59 of file ZipFile.cs. |
|
Get the name of the file for which keys are required.
Definition at line 65 of file ZipFile.cs. |
|
Get/set the key value.
Definition at line 75 of file ZipFile.cs. Referenced by ICSharpCode::SharpZipLib::Zip::ZipFile::OnKeysRequired(). |
|
Definition at line 69 of file ZipFile.cs. |