Share via


Application.ActiveEncryptionSession Property (PowerPoint)

Represents the encryption session associated with the active presentation. Read-only.

Syntax

expression .ActiveEncryptionSession

expression An expression that returns a Application object.

Return Value

Long

Remarks

The encryption provider mechanism manages each file on a separate process, so each file is associated with a separate encryption session.

Note

This property applies only when a presentation implements custom encryption.

See Also

Concepts

Application Object Members

Application Object