Skip to content

Files

Latest commit

 

History

History
41 lines (23 loc) · 1.06 KB

PowerPoint.Presentation.EncryptionProvider.md

File metadata and controls

41 lines (23 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.EncryptionProvider property (PowerPoint)
vbapp10.chm583109
vbapp10.chm583109
PowerPoint.Presentation.EncryptionProvider
9b316f21-eeaf-4704-636f-ea68c7a36cfd
06/08/2017
medium

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

[!includeSupport and feedback]