KeyAgreeKeyChoice Enum

Definition

The KeyAgreeKeyChoice enumeration defines the type of key used in a key agreement protocol.

public enum class KeyAgreeKeyChoice
public enum KeyAgreeKeyChoice
type KeyAgreeKeyChoice = 
Public Enum KeyAgreeKeyChoice
Inheritance
KeyAgreeKeyChoice

Fields

EphemeralKey 1

The key agreement key is ephemeral, existing only for the duration of the key agreement protocol.

StaticKey 2

The key agreement key is static, existing for an extended period of time.

Unknown 0

The key agreement key type is unknown.

Applies to