securityProperty 接口 (comsvcs.h)

检索有关当前 对象的原始调用方和直接调用方的信息。

获取有关对象调用方的信息的首选方法是使用 SecurityCallContext 类而不是 SecurityProperty 接口。

SecurityPropertyISecurityProperty 提供相同的功能,但与 ISecurityProperty 不同, SecurityProperty 与自动化兼容。

继承

SecurityProperty 接口继承自 IDispatch 接口。 SecurityProperty 还具有以下类型的成员:

方法

SecurityProperty 接口包含以下方法。

 
SecurityProperty::GetDirectCallerName

检索与调用当前正在执行方法的外部进程关联的用户名。
SecurityProperty::GetDirectCreatorName

检索与当前对象的即时 (进程外) 创建者关联的用户名。
SecurityProperty::GetOriginalCallerName

检索与发起调用序列的基进程关联的用户名,该调用从中发起对当前对象的调用。
SecurityProperty::GetOriginalCreatorName

检索与启动当前对象正在执行的活动的原始基进程的用户名。

要求

   
最低受支持的客户端 Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 comsvcs.h

另请参阅

ISecurityProperty

ObjectContext

编程组件安全性