_Document.PasswordEncryptionProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.