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(ストレッチ、ストレッチ、PdfEncryptionアルゴリズム)

Aspose.Tasks.Saving.PdfEncryptionDetailsクラスの新しい例を開始します。

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

Parameters

userPassword string

保護文書を開くことを可能にするユーザーパスワード

ownerPassword string

所有者のパスワードは、保護された文書を開くことを可能にします。

encryptionAlgorithm PdfEncryptionAlgorithm

Aspose.Tasks.Saving.PdfEncryptionアルゴリズムは、暗号化アルゴリズムを示す例です。

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

正しいユーザーパスワードでドキュメントを開く(またはドキュメントを開く)ユーザーパスワードがありません) 追加の操作が可能になります。文書に記載されているユーザーアクセス許可に従って実行される。暗号化辞書

 日本語