Class AddTimestampOptions
Thông tin
Đại diện cho Tùy chọn Thêm Dấu Thời Gian cho plugin Documentize.Timestamp.
[Obsolete("Lớp này sẽ sớm bị xóa. Vui lòng sử dụng lớp SignOptions.")]
public class AddTimestampOptions : PluginBaseOptions, IPluginOptionsKế thừa
object ← PluginBaseOptions ← AddTimestampOptions
Triển khai
Các 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
AddTimestampOptions(Stream, string, string, string)
Khởi tạo một thể hiện mới của đối tượng Documentize.AddTimestampOptions với các tùy chọn mặc định.
public AddTimestampOptions(Stream pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")Tham số
pfxStream: Đường dẫn đến file pfx.passwordstring: Mật khẩu cho file pfx.serverUrlstring: Địa chỉ url của máy chủ dấu thời gian.serverBasicAuthCredentialsstring: Thông tin xác thực xác thực cơ bản, tên người dùng và mật khẩu được kết hợp thành một chuỗi “username:password”. (Tùy chọn).
AddTimestampOptions(string, string, string, string)
Khởi tạo một thể hiện mới của đối tượng Documentize.AddTimestampOptions với các tùy chọn mặc định.
public AddTimestampOptions(string pfx, string password, string serverUrl, string serverBasicAuthCredentials = "")Tham số
pfxstring: Đường dẫn đến file pfx.passwordstring: Mật khẩu cho file pfx.serverUrlstring: Địa chỉ url của máy chủ dấu thời gian.serverBasicAuthCredentialsstring: Thông tin xác thực xác thực cơ bản, tên người dùng và mật khẩu được kết hợp thành một chuỗi “username:password”. (Tùy chọn).
Namespace: Documentize Assembly: Documentize.dll