Class EncryptionSettingsBase
Base class for the encryption settings.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Spreadsheet.Zip
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class EncryptionSettingsBase : INotifyPropertyChanged
Constructors
EncryptionSettingsBase()
Creates a new instance of the Encryption
Declaration
public EncryptionSettingsBase()
Properties
Algorithm
Gets name of the algorithm will be used for encryption/decryption.
Declaration
public string Algorithm { get; protected set; }
Property Value
System.
|
Methods
CreateAesPasswordEncryptionSettings()
Creates a new instance of the Password
Declaration
public static PasswordEncryptionSettings CreateAesPasswordEncryptionSettings()
Returns
CreateAesPasswordEncryptionSettings(EncryptionStrength)
Creates a new instance of the Password
Declaration
public static PasswordEncryptionSettings CreateAesPasswordEncryptionSettings(EncryptionStrength encryptionStrength)
Parameters
Encryption The encryption strength. |
Returns
CreateDecryptionSettings()
Creates a new instance of the Decryption
Declaration
public static DecryptionSettings CreateDecryptionSettings()
Returns
CreatePkzipPasswordEncryptionSettings()
Creates a new instance of the Password
Declaration
public static PasswordEncryptionSettings CreatePkzipPasswordEncryptionSettings()
Returns
OnPropertyChanged(String)
Called when property value is changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. Property name. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|