_Application.ActiveEncryptionSession 属性

定义

返回一个 Integer 类型的值,该值代表与活动文档关联的加密会话。 此为只读属性。

public:
 property int ActiveEncryptionSession { int get(); };
public int ActiveEncryptionSession { get; }
member this.ActiveEncryptionSession : int
Public ReadOnly Property ActiveEncryptionSession As Integer

属性值

Integer

注解

加密提供程序机制在单独的进程中管理每个文件,因此每个文件均与单独的加密会话相关。

注意:仅当文档实现自定义加密时,此属性才适用。

适用于