Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.