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.
Contains information about the cryptography object.
typedef struct _INFORMATIONCARD_CRYPTO_HANDLE
{
HandleType type;
LONGLONG expiration;
PVOID cryptoParameters;
} INFORMATIONCARD_CRYPTO_HANDLE, *PINFORMATIONCARD_CRYPTO_HANDLE;
Parameters
Member | Description |
---|---|
type |
The HandleType. |
expiration |
The time of expiration for the cryptography object. This is a FILETIME. |
cryptoParameters |
Pointer to the appropriate parameter structure—INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS, INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS, INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS, or INFORMATIONCARD_HASH_CRYPTO_PARAMETERS—depending on the type. |
Requirements
Header: Declared in infocard.h.
See Also
Reference
INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS
INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS
INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS
INFORMATIONCARD_HASH_CRYPTO_PARAMETERS
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.