Class EncryptionSettings

Class EncryptionSettings

Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)

מחלקה בסיסית עבור הגדרות של מספר שיטות הצפנה של zip.

public abstract class EncryptionSettings

ירושה

objectEncryptionSettings

נגזרות

AesEcryptionSettings, TraditionalEncryptionSettings

חברים ירושים

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

בונים

EncryptionSettings(string, EncryptionMethod)

מאתחל מופע חדש של מחלקת Aspose.Zip.Saving.EncryptionSettings.

protected EncryptionSettings(string password, EncryptionMethod method)

פרמטרים

password string

סיסמה להצפנה או לפענוח.

method EncryptionMethod

שיטה להצפנה או לפענוח.

מאפיינים

Method

מקבל את אלגוריתם ההצפנה.

public EncryptionMethod Method { get; }

ערך המאפיין

EncryptionMethod

Password

מקבל או קובע סיסמה להצפנה או לפענוח.

public string Password { get; set; }

ערך המאפיין

string

 Ελληνικά