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.

Requirements

Header: Declared in infocard.h.

See Also

Reference

INFORMATIONCARD_CRYPTO_HANDLE

Other Resources

Windows CardSpace Structures

Copyright © 2007 by Microsoft Corporation. All rights reserved.