Class EncryptionSettings
Class EncryptionSettings
Pôvodný názov: Aspose.Zip.Saving Zhromaždenie: Aspose.Zip.dll (25.5.0)
Základná trieda pre nastavenia pre niekoľko metód šifrovania zip.
public abstract class EncryptionSettings
Inheritance
Derived
AesEcryptionSettings , TraditionalEncryptionSettings
Z dedičných členov
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EncryptionSettings(String, šifrovanieMetóda)
Initalizuje nový príklad triedy Aspose.Zip.Saving.EncryptionSettings.
protected EncryptionSettings(string password, EncryptionMethod method)
Parameters
password
string
heslo na šifrovanie alebo dekódovanie.
method
EncryptionMethod
Metóda na šifrovanie alebo dešifrovanie.
Properties
Method
Získajte šifrovaný algoritmus.
public EncryptionMethod Method { get; }
Hodnota nehnuteľnosti
Password
Získať alebo nastaviť heslo pre šifrovanie alebo dešifrovanie.
public string Password { get; set; }