Class PdfEncryptionDetails

Class PdfEncryptionDetails

이름 공간 : Aspose.Tasks.Saving 모임: Aspose.Tasks.dll (25.4.0)

PDF 암호화에 대한 세부 사항을 포함합니다.

public class PdfEncryptionDetails

Inheritance

object PdfEncryptionDetails

상속 회원들

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

Constructors

PdfEncryptionDetails(스트리트, 스트리트, PdfEncryptionAlgorithm)

Aspose.Tasks.Saving.PdfEncryptionDetails 클래스의 새로운 예를 시작합니다.

public PdfEncryptionDetails(string userPassword, string ownerPassword, PdfEncryptionAlgorithm encryptionAlgorithm)

Parameters

userPassword string

보호된 문서를 열 수 있는 사용자 암호입니다.

ownerPassword string

소유자의 암호는 보호 된 문서를 열 수 있습니다.

encryptionAlgorithm PdfEncryptionAlgorithm

Aspose.Tasks.Saving.Pdf 암호화 알고리즘이 암호화 알고리즘을 나타냅니다.

Properties

EncryptionAlgorithm

암호화 모드를 얻거나 설정합니다.

public PdfEncryptionAlgorithm EncryptionAlgorithm { get; set; }

부동산 가치

PdfEncryptionAlgorithm

OwnerPassword

소유자 암호를 받거나 설정합니다.

public string OwnerPassword { get; set; }

부동산 가치

string

Remarks

문서를 올바른 소유자 암호로 열기 (그것이 아니라고 가정)사용자 암호와 마찬가지로) 문서에 대한 완전한 (주인) 액세스를 허용합니다.무제한 액세스는 문서의 암호를 변경할 수 있는 능력을 포함하고 있으며,액세스 허가

Permissions

허가를 받거나 지정합니다.

public PdfPermissions Permissions { get; set; }

부동산 가치

PdfPermissions

UserPassword

사용자 암호를 얻거나 설정합니다.

public string UserPassword { get; set; }

부동산 가치

string

Remarks

문서를 올바른 사용자 암호로 열기 (또는 문서를 열기)사용자 암호가 없는 경우) 추가 작업을 허용문서에 명시된 사용자 액세스 허가에 따라 수행암호화 사전

 한국어