/// <summary>
 /// Creates parameters for the CKM_RC2_MAC_GENERAL mechanism
 /// </summary>
 /// <param name='effectiveBits'>The effective number of bits in the RC2 search space</param>
 /// <param name='macLength'>Length of the MAC produced, in bytes</param>
 /// <returns>Parameters for the CKM_RC2_MAC_GENERAL mechanism</returns>
 public ICkRc2MacGeneralParams CreateCkRc2MacGeneralParams(ulong effectiveBits, ulong macLength)
 {
     return _factory.CreateCkRc2MacGeneralParams(effectiveBits, macLength);
 }