GENERIC_XML_TOKEN

描述安全令牌。

typedef struct _GENERIC_XML_TOKEN
{
    FILETIME createDate;
    FILETIME expiryDate;
    LPWSTR xmlToken;
    LPWSTR internalTokenReference;
    LPWSTR externalTokenReference;
} GENERIC_XML_TOKEN,*PGENERIC_XML_TOKEN;

参数

成员 说明

createDate

令牌的创建日期。

expiryDate

令牌的过期日期。

xmlToken

令牌。

internalTokenReference

对内部令牌的引用。

externalTokenReference

对外部令牌的引用。

要求

:在 infocard.h 中声明。

请参见

参考

FreeToken

其他资源

Windows CardSpace 结构

Footer image

向 Microsoft 发送对本主题的评论。

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。