Class EncryptionSettings

Class EncryptionSettings

ja nimityö: Aspose.Zip.Saving Kokoelma: Aspose.Zip.dll (25.5.0)

Perusluokka asetuksille useille zip salausmenetelmille.

public abstract class EncryptionSettings

Inheritance

object EncryptionSettings

Derived

AesEcryptionSettings , TraditionalEncryptionSettings

Perintöjäsenet

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EncryptionSettings(Tietokone, EncryptionMethod)

Aloita uusi esimerkki Aspose.Zip.Saving.EncryptionSettings luokan.

protected EncryptionSettings(string password, EncryptionMethod method)

Parameters

password string

salasanan salaus tai salaus.

method EncryptionMethod

Käytettävissä on salaus tai dekryptointi.

Properties

Method

Antaa salauksen algoritmi.

public EncryptionMethod Method { get; }

Omistuksen arvo

EncryptionMethod

Password

Saat tai asetat salasanan salaukseen tai salaukseen.

public string Password { get; set; }

Omistuksen arvo

string

 Suomi