IDTSManagedHelper100.DecryptDocument(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decrypts the specified document.
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)
Parameters
- pbstrDocument
- String
The document to decrypt.
- bstrPassword
- String
The password of the document to decrypt.
Remarks
The decrypted document.