Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.