クラス EncryptionOptions

情報

Documentize.Security プラグインの暗号化オプションを表します。

public class EncryptionOptions : PluginBaseOptions, IPluginOptions

継承

objectPluginBaseOptionsEncryptionOptions

実装

継承メンバー

コンストラクタ

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

名前空間: Documentize アセンブリ: Documentize.dll

 日本語