Document.PasswordEncryptionProvider Property

Definition

Gets the name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents with passwords.

public:
 property System::String ^ PasswordEncryptionProvider { System::String ^ get(); };
public string PasswordEncryptionProvider { get; }
member this.PasswordEncryptionProvider : string
Public ReadOnly Property PasswordEncryptionProvider As String

Property Value

The name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents with passwords.

Remarks

Use the SetPasswordEncryptionOptions method to specify the name of the algorithm encryption provider that Word uses when encrypting documents with passwords.

Applies to