PdfEncryptionDetails.PdfEncryptionDetails

PdfEncryptionDetails constructor

Инициализирует новый экземплярPdfEncryptionDetails класс.

public PdfEncryptionDetails(string userPassword, string ownerPassword, 
    PdfEncryptionAlgorithm encryptionAlgorithm)
ПараметрТипОписание
userPasswordStringПароль пользователя, позволяющий открывать защищенные документы.
ownerPasswordStringПароль владельца, позволяющий открывать защищенные документы.
encryptionAlgorithmPdfEncryptionAlgorithmPdfEncryptionAlgorithm instance, которые указывают алгоритм шифрования.

Смотрите также