iTextSharp.text.pdf.PdfCopyFields.SetEncryption C# (CSharp) Метод

SetEncryption() публичный Метод

public SetEncryption ( X509Certificate certs, int permissions, int encryptionType ) : void
certs Org.BouncyCastle.X509.X509Certificate
permissions int
encryptionType int
Результат void
        public void SetEncryption(X509Certificate[] certs, int[] permissions, int encryptionType)
        {
            fc.SetEncryption(certs, permissions, encryptionType);
        }

Same methods

PdfCopyFields::SetEncryption ( bool strength, String userPassword, String ownerPassword, int permissions ) : void
PdfCopyFields::SetEncryption ( byte userPassword, byte ownerPassword, int permissions, bool strength128Bits ) : void
PdfCopyFields::SetEncryption ( byte userPassword, byte ownerPassword, int permissions, int encryptionType ) : void