_Document.PasswordEncryptionProvider Property

Definition

Returns the name of the algorithm encryption provider that Microsoft 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

String

Remarks

Use the SetPasswordEncryptionOptions(String, String, Int32, Object) method to specify the name of the algorithm encryption provider Word uses when encrypting documents with passwords.

Applies to