Share via


Presentation.EncryptionProvider Property

PowerPoint Developer Reference

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

Syntax

expression.EncryptionProvider

expression   An expression that returns a Presentation object.

Return Value
String

Remarks

You can implement an encryption provider by creating a custom COM add-in. Within your presentation, you can store information that the add-in can encrypt and decrypt, and to which it can apply rights. The add-in can also display permission, setup, or authentication user interfaces.

See Also