Lớp AddTimestampOptions

Thông tin

Đại diện cho Các Tùy Chọn Thêm Dấu Thời Gian cho plugin Documentize.Timestamp.

public class AddTimestampOptions : PluginBaseOptions, IPluginOptions

Kế thừa

objectPluginBaseOptionsAddTimestampOptions

Triển khai

Các Thành Phần Kế Thừa

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ố

  • pfx Stream: Đường dẫn đến tệp pfx.
  • password string: Mật khẩu cho tệp pfx.
  • serverUrl string: Đường dẫn máy chủ dấu thời gian.
  • serverBasicAuthCredentials string: 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 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ố

  • pfx string: Đường dẫn đến tệp pfx.
  • password string: Mật khẩu cho tệp pfx.
  • serverUrl string: Đường dẫn máy chủ dấu thời gian.
  • serverBasicAuthCredentials string: 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 chuỗi “username:password”. (Tùy chọn).

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt