KeyAgreeKeyChoice Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The key agreement key type is unknown. |
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. |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.