EncryptionProvider.NewSession(Object) 方法

定义

EncryptionProvider 对象用来创建新的加密会话。 当文档被调入内存中后,提供程序将使用此会话缓存与加密、用户和权限相关的文档特定的信息。

public:
 int NewSession(System::Object ^ ParentWindow);
public int NewSession (object ParentWindow);
abstract member NewSession : obj -> int
Public Function NewSession (ParentWindow As Object) As Integer

参数

ParentWindow
Object

指定为了显示加密设置而调用的窗口。

返回

Integer

注解

此方法由 COM 加载项调用。

适用于