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

文档的密码。

实现

适用于