Class PasswordEncryptionSettings
Password encryption settings for the cryptographic provider.
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
public class PasswordEncryptionSettings : EncryptionSettings, INotifyPropertyChanged
Properties
Password
Gets or sets password will be used for encryption/decryption.
Declaration
public string Password { get; set; }
Property Value
System.String
|