ManagedHelper.DecryptDocument(String, String) メソッド

定義

パスワードで保護されたドキュメントの暗号化を解除します。

public:
 virtual void DecryptDocument(System::String ^ % document, System::String ^ password);
public void DecryptDocument (ref string document, string password);
abstract member DecryptDocument : string * string -> unit
override this.DecryptDocument : string * string -> unit
Public Sub DecryptDocument (ByRef document As String, password As String)

パラメーター

document
String

暗号化を解除するドキュメントです。

password
String

ドキュメントのパスワードです。

実装

適用対象