The ECDH1_DERIVE_PARAMS type exposes the following members.

Methods

  Name Description
Equals (Inherited from ValueType.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from ValueType.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from ValueType.)

Fields

  Name Description
Kdf
Key derivation function used on the shared secret value
PublicData
Pointer to other party's EC public key value
PublicDataLen
Length in bytes of the other party's EC public key
SharedData
Some data shared between the two parties
SharedDataLen
Length in bytes of the shared info

See Also