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. |
Requirements
Header: Declared in infocard.h.
See Also
Reference
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.