Partager via


Presentation.EncryptionProvider Property (PowerPoint)

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

Concepts

Presentation Object

Presentation Object Members