Class EncryptionSettings

Class EncryptionSettings

Název místa: Aspose.Zip.Saving Sbírka: Aspose.Zip.dll (25.5.0)

Základní třída pro nastavení několika zip šifrovací metody.

public abstract class EncryptionSettings

Inheritance

object EncryptionSettings

Derived

AesEcryptionSettings , TraditionalEncryptionSettings

Dědiční členové

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

Constructors

EncryptionSettings(Štítek, EncryptionMethod)

Začíná nový příklad třídy Aspose.Zip.Saving.EncryptionSettings.

protected EncryptionSettings(string password, EncryptionMethod method)

Parameters

password string

heslo pro šifrování nebo dešifrován.

method EncryptionMethod

Způsob dešifrování nebo dešifrován.

Properties

Method

Získáte šifrovací algoritmus.

public EncryptionMethod Method { get; }

Hodnota nemovitosti

EncryptionMethod

Password

Obdržíte nebo nastavíte heslo pro šifrování nebo dešifrován.

public string Password { get; set; }

Hodnota nemovitosti

string

 Čeština