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
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.