The SSL3_KEY_MAT_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
IsExport
Flag which indicates whether the keys have to be derived for an export version of the protocol
IVSizeInBits
Length (in bits) of the IV agreed upon during the protocol handshake phase or if no IV is required, Length should be set to 0
KeySizeInBits
Length (in bits) of the secret keys agreed upon during the protocol handshake phase
MacSizeInBits
Length (in bits) of the MACing keys agreed upon during the protocol handshake phase
RandomInfo
Client's and server's random data information
ReturnedKeyMaterial
Points to a CK_SSL3_KEY_MAT_OUT structure which receives the handles for the keys generated and the IVs

See Also