The RC5_CBC_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
Iv
Pointer to initialization vector (IV) for CBC encryption
IvLen
Length of initialization vector (must be same as blocksize)
Rounds
Number of rounds of RC5 encipherment
Wordsize
Wordsize of RC5 cipher in bytes

See Also