Lớp EncryptionOptions

Thông tin

Đại diện cho Tùy chọn Mã hóa cho plugin Documentize.Security.

public class EncryptionOptions : PluginBaseOptions, IPluginOptions  

Kế thừa

object
PluginBaseOptions
EncryptionOptions

Triển khai

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

Các Bộ tạo

EncryptionOptions(string, string)

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

public EncryptionOptions(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.

Các 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