Application.ActiveEncryptionSession Property

PowerPoint Developer Reference

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.

Bb265931.vs_note(en-us,office.12).gif  Note
This property applies only when a presentation implements custom encryption.

See Also