VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Security Namespace / EncryptionSystem Class / EncryptionSystem Constructors / EncryptionSystem Constructor(EncryptionAlgorithm,Int32,String,String,UserAccessPermissions,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    EncryptionSystem Constructor(EncryptionAlgorithm,Int32,String,String,UserAccessPermissions,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса EncryptionSystem.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal encryptionAlgorithm
    Алгоритм шифрования.
    As EncryptionAlgorithm, _
    ByVal encryptionKeyLength
    Длина ключа шифрования (в битах).
    As System.Int32, _
    ByVal userPassword
    Строка пароля пользователя.
    As System.String, _
    ByVal ownerPassword
    Строка пароля владельца.
    As System.String, _
    ByVal userPermissions
    UserAccessPermissions, определяющий, какие права доступа должны быть предоставлены при открытии документа с пользовательским доступом.
    As UserAccessPermissions, _
    ByVal securityHandlerRevision
    Число, указывающее версию стандартного обработчика безопасности.
    As System.Int32 _
    )
    public EncryptionSystem(
    EncryptionAlgorithm encryptionAlgorithm,
    System.Int32 encryptionKeyLength,
    System.String userPassword,
    System.String ownerPassword,
    UserAccessPermissions userPermissions,
    System.Int32 securityHandlerRevision
    )
    public: EncryptionSystem(
    EncryptionAlgorithm encryptionAlgorithm,
    System.Int32 encryptionKeyLength,
    System.String userPassword,
    System.String ownerPassword,
    UserAccessPermissions userPermissions,
    System.Int32 securityHandlerRevision
    )
    public:
    EncryptionSystem(
    EncryptionAlgorithm encryptionAlgorithm,
    System.Int32 encryptionKeyLength,
    System.String userPassword,
    System.String ownerPassword,
    UserAccessPermissions userPermissions,
    System.Int32 securityHandlerRevision
    )

    Parameters

    encryptionAlgorithm
    Алгоритм шифрования.
    encryptionKeyLength
    Длина ключа шифрования (в битах).
    userPassword
    Строка пароля пользователя.
    ownerPassword
    Строка пароля владельца.
    userPermissions
    UserAccessPermissions, определяющий, какие права доступа должны быть предоставлены при открытии документа с пользовательским доступом.
    securityHandlerRevision
    Число, указывающее версию стандартного обработчика безопасности.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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