_Workbook.PasswordEncryptionAlgorithm Property

Definition

Returns a String indicating the algorithm Microsoft Excel uses to encrypt passwords for the specified workbook. Read-only.

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

Property Value

Remarks

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

Applies to