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. |
See Also
Reference
Other Resources
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.