Class SevenZipEncryptionSettings
Class SevenZipEncryptionSettings
이름 공간 : Aspose.Zip.Saving 모임: Aspose.Zip.dll (25.5.0)
여러 7z 암호화 방법에 대한 설정을위한 기본 클래스.
public abstract class SevenZipEncryptionSettings
Inheritance
object ← SevenZipEncryptionSettings
Derived
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Remarks
AES-256은 7z 아카이브에 대한 유일한 가능한 암호화 방법입니다. 그래서 Aspose.Zip.Saving.SevenZipAESEncryptionSettings는 유일한 구현입니다.
Constructors
SevenZipEncryptionSettings(스트리트)
Aspose.Zip.Saving.SevenZipEncryptionSettings 클래스의 새로운 예를 시작합니다.
protected SevenZipEncryptionSettings(string password)
Parameters
password
string
암호화 또는 해독을 위한 암호화.
SevenZipEncryptionSettings()
Aspose.Zip.Saving.SevenZipEncryptionSettings 클래스의 새로운 예를 시작합니다.
protected SevenZipEncryptionSettings()
Properties
EncryptHeader
헤더 암호화를 나타내는 값을 얻거나 설정합니다.
public bool EncryptHeader { get; set; }
부동산 가치
Remarks
이 설정은 7-Zip 도구의 ‘-mhe=on’ 스위치와 동등합니다.현재, 그것은 헤더 압축과 호환되지 않습니다.
Password
암호화 또는 암호화에 대한 암호를 얻거나 설정합니다.
public string Password { get; set; }