Class SevenZipEncryptionSettings
Class SevenZipEncryptionSettings
Namespace: Aspose.Zip.Saving
Assembly: Aspose.Zip.dll (25.1.0)
여러 7z 암호화 방법에 대한 설정의 기본 클래스입니다.
public abstract class SevenZipEncryptionSettings
상속
object ← SevenZipEncryptionSettings
파생
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
비고
AES-256은 7z 아카이브에 대한 유일한 암호화 방법입니다. 따라서 Aspose.Zip.Saving.SevenZipAESEncryptionSettings는 유일한 구현입니다.
생성자
SevenZipEncryptionSettings(string)
Aspose.Zip.Saving.SevenZipEncryptionSettings 클래스의 새 인스턴스를 초기화합니다.
protected SevenZipEncryptionSettings(string password)
매개변수
password
string
암호화 또는 복호화를 위한 비밀번호입니다.
SevenZipEncryptionSettings()
Aspose.Zip.Saving.SevenZipEncryptionSettings 클래스의 새 인스턴스를 초기화합니다.
protected SevenZipEncryptionSettings()
속성
EncryptHeader
헤더 암호화를 나타내는 값을 가져오거나 설정합니다.
public bool EncryptHeader { get; set; }
속성 값
비고
이 설정은 7-Zip 도구의 -mhe=on
스위치와 동일합니다. 현재 헤더 압축과 호환되지 않습니다.
Password
암호화 또는 복호화를 위한 비밀번호를 가져오거나 설정합니다.
public string Password { get; set; }