Specifies whether to create an asymmetric signature key or an asymmetric exchange key.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum KeyNumber
Remarks
Members
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.
|
Signature |
A signature key pair used for authenticating digitally signed messages or files.
|
Requirements
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0