Class EncryptionSettings
Class EncryptionSettings
Името на пространството: Aspose.Zip.Saving Асамблея: Aspose.Zip.dll (25.5.0)
Основен клас за настройки за няколко метода за шифроване на zip.
public abstract class EncryptionSettings
Inheritance
Derived
AesEcryptionSettings , TraditionalEncryptionSettings
наследници
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EncryptionSettings(Етикети, шифроване Метод)
Aspose.Zip.Saving.EncryptionSettings.
protected EncryptionSettings(string password, EncryptionMethod method)
Parameters
password
string
Парола за криптиране или дешифриране.
method
EncryptionMethod
Метод за криптиране или дешифриране с.
Properties
Method
Използва се алгоритъм за шифроване.
public EncryptionMethod Method { get; }
стойност на имота
Password
Получава или задава парола за криптиране или дешифриране.
public string Password { get; set; }