'Declaration Public Function New( _
ByVal encryptionAlgorithmАлгоритм шифрования.As EncryptionAlgorithm, _
ByVal encryptionKeyLengthДлина ключа шифрования (в битах).As System.Int32, _
ByVal userPasswordСтрока пароля пользователя.As System.String, _
ByVal ownerPasswordСтрока пароля владельца.As System.String, _
ByVal userPermissionsUserAccessPermissions, определяющий, какие права доступа должны быть предоставлены при открытии документа с пользовательским доступом.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
- Число, указывающее версию стандартного обработчика безопасности.