PdfEncryptionDetails

PdfEncryptionDetails constructor

の新しいインスタンスを初期化しますPdfEncryptionDetailsclass.

public PdfEncryptionDetails(string userPassword, string ownerPassword, 
    PdfEncryptionAlgorithm encryptionAlgorithm)
パラメータタイプ説明
userPasswordString保護されたドキュメントを開くためのユーザー パスワード。
ownerPasswordString保護されたドキュメントを開くための所有者パスワード。
encryptionAlgorithmPdfEncryptionAlgorithmPdfEncryptionAlgorithm暗号化アルゴリズムを示すインスタンス。

関連項目