Share via


INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS

Describes the parameters for a symmetric cryptography object.

typedef struct _INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS
{
    int    keySize;
    int    blockSize;
    int    feedbackSize;
} INFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS, *PINFORMATIONCARD_SYMMETRIC_CRYPTO_PARAMETERS;

Parameters

Member Description

keySize

The size of the cryptographic key.

blockSize

The block size for the symmetric cipher.

feedbackSize

The size of the feedback buffer.

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.