Workbook.PasswordEncryptionProvider Property

Definition

Gets the name of the algorithm encryption provider that Microsoft Office Excel uses when encrypting passwords for the workbook.

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

Property Value

The name of the algorithm encryption provider that Excel uses when encrypting passwords for the workbook.

Applies to