Workbook.EncryptionProvider Property (2007 System)

Gets or sets the name of the algorithm encryption provider that Microsoft Office Excel 2007 uses when encrypting documents.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property EncryptionProvider As String
'Usage
Dim instance As Workbook 
Dim value As String 

value = instance.EncryptionProvider

instance.EncryptionProvider = value
[BrowsableAttribute(false)]
public string EncryptionProvider { get; set; }
[BrowsableAttribute(false)]
public:
property String^ EncryptionProvider {
    String^ get ();
    void set (String^ value);
}
public function get EncryptionProvider () : String 
public function set EncryptionProvider (value : String)

Property Value

Type: System.String
The name of the algorithm encryption provider that Microsoft Office Excel 2007 uses when encrypting documents.

.NET Framework Security

See Also

Reference

Workbook Class

Workbook Members

Microsoft.Office.Tools.Excel Namespace