INFORMATIONCARD_TRANSFORM_CRYPTO_PARAMETERS

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

INFORMATIONCARD_CRYPTO_HANDLE

Other Resources

Windows CardSpace Structures

Copyright © 2007 by Microsoft Corporation. All rights reserved.