ManagedHelper.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 password protected document.
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)
Parameters
- document
- String
The document to be decrypted.
- password
- String
The password of the document.