Class EncryptionSettings
Class EncryptionSettings
이름 공간 : Aspose.Zip.Saving 모임: Aspose.Zip.dll (25.5.0)
여러 zip 암호화 방법에 대한 설정에 대한 기본 클래스.
public abstract class EncryptionSettings
Inheritance
Derived
AesEcryptionSettings , TraditionalEncryptionSettings
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EncryptionSettings(암호화, 암호화 방법)
Aspose.Zip.Saving.EncryptionSettings 클래스의 새로운 예를 시작합니다.
protected EncryptionSettings(string password, EncryptionMethod method)
Parameters
password
string
암호화 또는 해독을 위한 암호화.
method
EncryptionMethod
암호화 또는 암호화하는 방법.
Properties
Method
암호화 알고리즘을 사용합니다.
public EncryptionMethod Method { get; }
부동산 가치
Password
암호화 또는 암호화에 대한 암호를 얻거나 설정합니다.
public string Password { get; set; }