Document.EncryptionProvider Property (2007 System)
Gets or sets the name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property EncryptionProvider As String
'Usage
Dim instance As Document
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 Word uses when encrypting documents.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.