Class EncryptOptions

Thông tin

Đại diện cho các tùy chọn mã hóa cho plugin Documentize.PdfSecurity.

public class EncryptOptions : PluginBaseOptions, IPluginOptions

Kế thừa

objectPluginBaseOptionsEncryptOptions

Triển khai

Các thành viên kế thừa

Constructors

EncryptOptions(string, string)

Khởi tạo một thể hiện mới của đối tượng Documentize.EncryptOptions với các tùy chọn mặc định.

public EncryptOptions(string ownerPassword, string userPassword)

Tham số

  • ownerPassword string: Mật khẩu chủ sở hữu.
  • userPassword string: Mật khẩu người dùng.

Thuộc tính

OwnerPassword

Mật khẩu chủ sở hữu.

public string OwnerPassword { get; set; }

Giá trị thuộc tính

string

UserPassword

Mật khẩu người dùng.

public string UserPassword { get; set; }

Giá trị thuộc tính

string

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt