Class EncryptionSettings
Class EncryptionSettings
Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)
여러 zip 암호화 방법에 대한 설정의 기본 클래스입니다.
public abstract class EncryptionSettings
상속
파생
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; }
속성 값
Password
암호화 또는 복호화를 위한 비밀번호를 가져오거나 설정합니다.
public string Password { get; set; }