클래스 EncryptionOptions

참고

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; }  

속성 값

string

UserPassword

사용자 비밀번호.

public string UserPassword { get; set; }  

속성 값

string

Namespace: Documentize
Assembly: Documentize.dll

 한국어