_Application.ActiveEncryptionSession Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Integer that represents the encryption session associated with the active document. Read-only.
public:
property int ActiveEncryptionSession { int get(); };
public int ActiveEncryptionSession { get; }
member this.ActiveEncryptionSession : int
Public ReadOnly Property ActiveEncryptionSession As Integer
Property Value
Integer
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 document implements custom encryption.