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.

See Also

Reference

INFORMATIONCARD_CRYPTO_HANDLE

Other Resources

Windows CardSpace Structures

Footer image

Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.