_Document.EncryptionProvider Property

Returns a String specifying the name of the algorithm encryption provider that Microsoft Office Word uses when encrypting documents. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property EncryptionProvider As String
    Get
    Set
'Usage
Dim instance As _Document
Dim value As String

value = instance.EncryptionProvider

instance.EncryptionProvider = value
string EncryptionProvider { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace