Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.