Язык

IDTSManagedHelper100.EncryptDocument(String, String) Метод

Определение

Шифрует определённый документ.

public:
 void EncryptDocument([Runtime::InteropServices::Out] System::String ^ % pbstrDocument, System::String ^ bstrPassword);
public void EncryptDocument(out string pbstrDocument, string bstrPassword);
abstract member EncryptDocument : string * string -> unit
Public Sub EncryptDocument (ByRef pbstrDocument As String, bstrPassword As String)

Параметры

pbstrDocument
String

Документ для шифрования.

bstrPassword
String

Пароль документа для шифрования.

Комментарии

Зашифрованный документ.

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