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 transforming a cryptography object.
typedef struct _INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS
{
int inputBlockSize;
int outputBlockSize;
BOOL canTransformMultipleBlocks;
BOOL canReuseTransform;
} INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS, *PINFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS;
Parameters
Member | Description |
---|---|
inputBlockSize |
The size of the input block. |
outputBlockSize |
The size of the output block. |
canTransformMultipleBlocks |
Determines whether multiple blocks can be transformed. |
canReuseTransform |
Determines whether a transform can be used on the cryptography object. |
Requirements
Header: Declared in infocard.h.
See Also
Reference
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.