DecryptionSettings
Class
Creates a new instance of the DecryptionSettings class.
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
C#
public class DecryptionSettings : EncryptionSettingsBase, INotifyPropertyChanged
Inheritance: objectEncryptionSettingsBaseDecryptionSettings
Implements:
Inherited Members
Events
Occurs when the password is required.
C#
public event EventHandler<PasswordRequiredEventArgs> PasswordRequired