Class SevenZipEncryptionSettings

Class SevenZipEncryptionSettings

Pôvodný názov: Aspose.Zip.Saving Zhromaždenie: Aspose.Zip.dll (25.5.0)

Základná trieda pre nastavenia pre niekoľko 7z šifrovania metód.

public abstract class SevenZipEncryptionSettings

Inheritance

object SevenZipEncryptionSettings

Derived

SevenZipAESEncryptionSettings

Z dedičných členov

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

Remarks

AES-256 je jedinou možnou metódou šifrovania pre 7z archív. Takže Aspose.Zip.Saving.SevenZipAESEncryptionSettings je jedinou implementáciou.

Constructors

SevenZipEncryptionSettings(Stretnutie)

Iniciuje nový príklad triedy Aspose.Zip.Saving.SevenZipEncryptionSettings.

protected SevenZipEncryptionSettings(string password)

Parameters

password string

heslo na šifrovanie alebo dekódovanie.

SevenZipEncryptionSettings()

Iniciuje nový príklad triedy Aspose.Zip.Saving.SevenZipEncryptionSettings.

protected SevenZipEncryptionSettings()

Properties

EncryptHeader

Získa alebo nastaví hodnotu, ktorá naznačuje šifrovanie hlavy.

public bool EncryptHeader { get; set; }

Hodnota nehnuteľnosti

bool

Remarks

Toto nastavenie je ekvivalentom prepínača “-mhe=on” nástroja 7-Zip. V súčasnosti je nezlučiteľný s kompresiou hlavy.

Password

Získať alebo nastaviť heslo pre šifrovanie alebo dešifrovanie.

public string Password { get; set; }

Hodnota nehnuteľnosti

string

 Slovenčina