Class DefaultEncryptionSettings
Encryption settings for the default cryptographic provider (traditional PKWARE encryption).
Inheritance
System.Object
DefaultEncryptionSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
[Obsolete("Use the static creation methods of the EncryptionSettings class instead.")]
public class DefaultEncryptionSettings : PasswordEncryptionSettings, INotifyPropertyChanged
Constructors
DefaultEncryptionSettings()
Initializes a new instance of the DefaultEncryptionSettings class.
Declaration
public DefaultEncryptionSettings()