_Document.PasswordEncryptionAlgorithm Property

Definition

Returns a String indicating the algorithm Microsoft Word uses for encrypting documents with passwords.

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

Property Value

Remarks

Use the SetPasswordEncryptionOptions(String, String, Int32, Object) method to specify the algorithm Word uses for encrypting documents with passwords.

Applies to