The ECMQV_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
PrivateData
Key handle for second EC private key value
PrivateDataLen
Length in bytes of the second EC private key
PublicData
Pointer to other party's first EC public key value
PublicData2
Pointer to other party's second EC public key value
PublicDataLen
Length in bytes of the other party's first EC public key
PublicDataLen2
Length in bytes of the other party's second EC public key
PublicKey
Handle to the first party's ephemeral public key
SharedData
Some data shared between the two parties
SharedDataLen
Length in bytes of the shared info

See Also