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

Пароль документа.

Реализации

Применяется к