Presentation.EncryptionProvider property (PowerPoint)

Returns a String that specifies the name of the algorithm encryption provider that PowerPoint 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

Presentation Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.