Share via


INFORMATIONCARD_CRYPTO_HANDLE

Contains information about the cryptography object.

                                    
                                    typedef struct _INFORMATIONCARD_CRYPTO_HANDLE
                                
                                    
                                    {
                                
                                    
                                        HandleType type;
                                
                                    
                                        LONGLONG   expiration;
                                
                                    
                                        PVOID      cryptoParameters;
                                
                                    
                                    } INFORMATIONCARD_CRYPTO_HANDLE, *PINFORMATIONCARD_CRYPTO_HANDLE;
                                

Parameters

Member Description

type

The HandleType.

expiration

The time of expiration for the cryptography object. This is a FILETIME.

cryptoParameters

Pointer to the appropriate parameter structure—INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS, INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS, INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS, or INFORMATIONCARD_HASH_CRYPTO_PARAMETERS—depending on the type.

See Also

Reference

INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS
INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS
INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS
INFORMATIONCARD_HASH_CRYPTO_PARAMETERS

Other Resources

Windows CardSpace Structures

Footer image

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