KeyNumber Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies whether to create an asymmetric signature key or an asymmetric exchange key.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Exchange | An exchange key pair used to encrypt session keys so that they can be safely stored and exchanged with other users. This value corresponds to the AT_KEYEXCHANGE value used in the unmanaged Microsoft Cryptographic API (CAPI). | |
| Signature | A signature key pair used for authenticating digitally signed messages or files. This value corresponds to the AT_SIGNATURE value used in the unmanaged Microsoft Cryptographic API (CAPI). |
Show: