Share via


INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS

Describes the parameters for an asymmetric cryptography object.

                                    
                                    typedef struct _INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS
                                
                                    
                                    {
                                
                                    
                                        int    keySize;
                                
                                    
                                        LPWSTR keyExchangeAlgorithm;
                                
                                    
                                        LPWSTR signatureAlgorithm;
                                
                                    
                                    } INFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS, *PINFORMATIONCARD_ASYMMETRIC_CRYPTO_PARAMETERS;
                                

Parameters

Member Description

keySize

The size of the cryptography key.

keyExchangeAlgorithm

The key exchange algorithm to be used with the cryptography object.

signatureAlgorithm

The URI that names the signature algorithm that will be used by SignHash and VerifyHash.

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.