Share via


INFORMATIONCARD_HASH_CRYPTO_PARAMETERS

Describes the parameters for hashing a cryptography object.

                                    
                                    typedef struct _INFORMATIONCARD_HASH_CRYPTO_PARAMETERS
                                
                                    
                                    {
                                
                                    
                                        int hashSize;
                                
                                    
                                        INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS transform;
                                
                                    
                                    } INFORMATIONCARD_HASH_CRYPTO_PARAMETERS, *PINFORMATIONCARD_HASH_CRYPTO_PARAMETERS;
                                

Parameters

Member Description

hashSize

The size of the hash.

transform

The transform, specified in an INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS structure, to be used to perform the hash.

See Also

Reference

INFORMATIONCARD_CRYPTO_HANDLE

Other Resources

Windows CardSpace Structures

Footer image

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