Class EncryptionSettings

Class EncryptionSettings

Der Name: Aspose.Zip.Saving Versammlung: Aspose.Zip.dll (25.5.0)

Basisklasse für Einstellungen für mehrere Zip-Cryption-Methoden.

public abstract class EncryptionSettings

Inheritance

object EncryptionSettings

Derived

AesEcryptionSettings , TraditionalEncryptionSettings

Vererbte Mitglieder

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

Constructors

EncryptionSettings(String, VerschlüsselungMethode)

Initialisiert eine neue Instanz der Aspose.Zip.Saving.EncryptionSettings Klasse.

protected EncryptionSettings(string password, EncryptionMethod method)

Parameters

password string

Passwort für Verschlüsselung oder Verschlüsselung.

method EncryptionMethod

Methode zur Verschlüsselung oder Dekryption mit.

Properties

Method

Erhalten Sie den Verschlüsselungsalgoritmus.

public EncryptionMethod Method { get; }

Eigentumswert

EncryptionMethod

Password

Sie erhalten oder setzen ein Passwort für Verschlüsselung oder Entschlüsselung.

public string Password { get; set; }

Eigentumswert

string

 Deutsch