Class EncryptionSettings
Class EncryptionSettings
Nazwa przestrzeń: Aspose.Zip.Saving Zestawienie: Aspose.Zip.dll (25.5.0)
Klasa podstawowa dla ustawień dla kilku metod szyfrowania zip.
public abstract class EncryptionSettings
Inheritance
Derived
AesEcryptionSettings , TraditionalEncryptionSettings
Dziedziczeni członkowie
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EncryptionSettings(String, Metoda szyfrowania)
Inicjalizuje nową instancję klasy Aspose.Zip.Saving.EncryptionSettings.
protected EncryptionSettings(string password, EncryptionMethod method)
Parameters
password
string
Hasło do szyfrowania lub dekrypcji.
method
EncryptionMethod
Metoda szyfrowania lub dekrypcji.
Properties
Method
Wykorzystaj algorytm szyfrowania.
public EncryptionMethod Method { get; }
Wartość nieruchomości
Password
Otrzymuje lub ustawia hasło do szyfrowania lub dekrypcji.
public string Password { get; set; }