言語

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

定義

指定された文書を復号します。

public:
 void DecryptDocument([Runtime::InteropServices::Out] System::String ^ % pbstrDocument, System::String ^ bstrPassword);
public void DecryptDocument(out string pbstrDocument, string bstrPassword);
abstract member DecryptDocument : string * string -> unit
Public Sub DecryptDocument (ByRef pbstrDocument As String, bstrPassword As String)

パラメーター

pbstrDocument
String

復号すべき文書。

bstrPassword
String

復号するための文書のパスワード。

注釈

解読された文書。

適用対象