Base class for the encryption settings.
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
C#
public abstract class EncryptionSettingsBase : INotifyPropertyChanged
Inheritance: objectEncryptionSettingsBase
Derived Classes:
Implements:
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements:
Methods
Creates a new instance of the PasswordEncryptionSettings class. The encryption strength is set to AES-256.
C#
public static PasswordEncryptionSettings CreateAesPasswordEncryptionSettings()
Creates a new instance of the PasswordEncryptionSettings class.
C#
public static PasswordEncryptionSettings CreateAesPasswordEncryptionSettings(EncryptionStrength encryptionStrength)
The encryption strength.
Returns:Creates a new instance of the DecryptionSettings class.
Creates a new instance of the PasswordEncryptionSettings class.
C#
public static PasswordEncryptionSettings CreatePkzipPasswordEncryptionSettings()
Called when property value is changed.
C#
protected void OnPropertyChanged(string propertyName)
Property name.