Class EncryptionOptions
Thông tin
Đại diện cho các tùy chọn mã hóa cho plugin Documentize.Security.
csharp
public class EncryptionOptions : PluginBaseOptions, IPluginOptions
Kế thừa
object ← PluginBaseOptions ← EncryptionOptions
Triển khai
Thành viên được kế thừa
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Các hàm khởi 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.
csharp
public EncryptionOptions(string ownerPassword, string userPassword)
Tham số
Thuộc tính
OwnerPassword
Mật khẩu của chủ sở hữu.
csharp
public string OwnerPassword { get; set; }
Giá trị thuộc tính
UserPassword
Mật khẩu của người dùng.
csharp
public string UserPassword { get; set; }
Giá trị thuộc tính
Namespace: Documentize Assembly: Documentize.dll