Share via


GENERIC_XML_TOKEN

Describes a security token.

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

Parameters

Member Description

createDate

The date of creation for the token.

expiryDate

The expiration date for the token.

xmlToken

The token.

internalTokenReference

A reference to an internal token.

externalTokenReference

A reference to an external token.

Requirements

Header: Declared in infocard.h.

See Also

Reference

FreeToken

Other Resources

Windows CardSpace Structures

Copyright © 2007 by Microsoft Corporation. All rights reserved.