KeyAgreeKeyChoice Enumeration
.NET Framework (current version)
The KeyAgreeKeyChoice enumeration defines the type of key used in a key agreement protocol.
Assembly: System.Security (in System.Security.dll)
| Member name | Description | |
|---|---|---|
| EphemeralKey | The key agreement key is ephemeral, existing only for the duration of the key agreement protocol. | |
| StaticKey | The key agreement key is static, existing for an extended period of time. | |
| Unknown | The key agreement key type is unknown. |
.NET Framework
Available since 2.0
Available since 2.0
Show: