IEnroll::p ut_EnableT61DNEncoding 方法 (xenroll.h)
[此属性在 Windows Server 2008 和 Windows Vista 中不再可用。]
EnableT61DNEncoding 属性设置或检索一个布尔值,该值确定是否将请求中的可分辨名称编码为 T61 字符串而不是 Unicode 字符串。
T61 字符为 8 位,因此要编码的所有 Unicode 字符必须小于或等于 0xFF。 此属性首先在 IEnroll2 接口中定义。
此属性是可读写的。
语法
HRESULT put_EnableT61DNEncoding(
BOOL fBool
);
参数
fBool
返回值
无
备注
EnableT61DNEncoding 属性会影响以下方法的行为:
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |