Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
Requirements
Header: Declared in infocard.h.
See Also
Reference
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.