Workbook.PasswordEncryptionAlgorithm Property

Definition

Gets the algorithm that Microsoft Office Excel uses to encrypt passwords for the workbook.

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

Property Value

The algorithm that Excel uses to encrypt passwords for the workbook.

Remarks

Use the SetPasswordEncryptionOptions method to specify whether Excel encrypts file properties for password-protected workbooks.

Applies to