IAzClientContext::get_UserDn 方法 (azroles.h)
UserDn 属性以可分辨名称 (DN) 格式检索当前客户端的名称。
此属性为只读。
语法
HRESULT get_UserDn(
BSTR *pbstrProp
);
参数
pbstrProp
返回值
无
备注
通过模拟客户端令牌并使用为 NameFormat 参数指定的 NameFullyQualifiedDN 调用 GetUserNameEx 函数来检索 DN 客户端名称。
DN 格式的客户端名称示例是“CN=Ben Smith,OU=Software,OU=Example,O=FourthCoffee,C=US”。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | azroles.h |
Library | Azroles.lib |
DLL | Azroles.dll |
可再发行组件 | Windows XP 上的 Windows Server 2003 管理工具包 |