Class Security
情報
Documentize.Security プラグインを表します。PDF ドキュメントの暗号化と復号に使用されます。
[Obsolete("The class will be deleted soon. Please use PdfSecurity class.")]
public static class Security継承
継承されたメンバー
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object?)
- object.Equals(object?, object?)
- object.ReferenceEquals(object?, object?)
- object.GetHashCode()
メソッド
Process(EncryptOptions)
PDF ドキュメントを暗号化します。
public static ResultContainer Process(EncryptOptions options)パラメータ
optionsEncryptOptions: 操作の指示を含むオプション オブジェクト。
戻り値
ResultContainer : 操作の結果を含むオブジェクト。
例外
オプションが設定されていない場合。
Process(DecryptOptions)
PDF ドキュメントを復号します。
public static ResultContainer Process(DecryptOptions options)パラメータ
optionsDecryptOptions: 操作の指示を含むオプション オブジェクト。
戻り値
ResultContainer : 操作の結果を含むオブジェクト。
例外
オプションが設定されていない場合。
Namespace: Documentize
Assembly: Documentize.dll