Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.