언어

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

복호화할 문서 비밀번호.

설명

해독된 문서.

적용 대상