|
Fingerprint_Card
|
Arguments used with KeysRequiredEvent. More...


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] |
| Gets the name of the file for which keys are required. | |
| byte[] | Key [get, set] |
| Gets or sets the key value. | |
Private Attributes | |
| string | fileName |
| byte[] | key |
Arguments used with KeysRequiredEvent.
| ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs.KeysRequiredEventArgs | ( | string | name | ) |
Initialise a new instance of KeysRequiredEventArgs
| name | The name of the file for which keys are required. |
| ICSharpCode.SharpZipLib.Zip.KeysRequiredEventArgs.KeysRequiredEventArgs | ( | string | name, |
| byte[] | keyValue ) |
Initialise a new instance of KeysRequiredEventArgs
| name | The name of the file for which keys are required. |
| keyValue | The current key value. |
|
private |
|
private |
|
get |
Gets the name of the file for which keys are required.
|
getset |
Gets or sets the key value.