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
Other Resources
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.