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、PdfEncryptionアルゴリズム)

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

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

 日本語