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.

See Also

Reference

FreeToken

Other Resources

Windows CardSpace Structures

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.