Class PdfEncryptionInfo

Class PdfEncryptionInfo

이름 공간 : Aspose.Html.Rendering.Pdf.Encryption 구성: Aspose.HTML.dll (25.4.0)

PDF 암호화에 대한 자세한 내용을 포함합니다.

[ComVisible(true)]
public class PdfEncryptionInfo

Inheritance

object PdfEncryptionInfo

상속 회원들

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

Constructors

PdfEncryptionInfo(스트리트, 스트리트, PdfPermissions, PdfEncryptionAlgorithm)

Aspose.Html.Rendering.Pdf.Encryption.PdfEncryptionInfo 클래스의 새로운 예를 시작합니다.

public PdfEncryptionInfo(string userPassword, string ownerPassword, PdfPermissions permissions, PdfEncryptionAlgorithm encryptionAlgorithm)

Parameters

userPassword string

사용자 비밀번호

ownerPassword string

소유자의 비밀번호

permissions PdfPermissions

그 허가를

encryptionAlgorithm PdfEncryptionAlgorithm

암호화 알고리즘

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

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

 한국어