ตัวเลือกการเข้ารหัสคลาส

Info

แทนที่ตัวเลือกการเข้ารหัสสำหรับปลั๊กอิน Documentize.Security.

public class EncryptionOptions : PluginBaseOptions, IPluginOptions  

การสืบทอด

object
PluginBaseOptions
EncryptionOptions

การนำไปใช้

สมาชิกที่สืบทอด

ตัวสร้าง

EncryptionOptions(string, string)

สร้างตัวอย่างใหม่ของวัตถุ Documentize.EncryptionOptions ด้วยตัวเลือกเริ่มต้น.

public EncryptionOptions(string ownerPassword, string userPassword)  

พารามิเตอร์

  • ownerPassword string: รหัสผ่านเจ้าของ.
  • userPassword string: รหัสผ่านผู้ใช้.

คุณสมบัติ

OwnerPassword

รหัสผ่านเจ้าของ.

public string OwnerPassword { get; set; }  

ค่า Property

string

UserPassword

รหัสผ่านผู้ใช้.

public string UserPassword { get; set; }  

ค่า Property

string

Namespace: Documentize
Assembly: Documentize.dll

 แบบไทย