_Application.ActiveEncryptionSession Property

Definition

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.

Applies to