KeyNumber Enumeration
Specifies whether to create an asymmetric signature key or an asymmetric exchange key.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.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). |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.