/// <summary>
 /// Creates parameters for the CKM_EXTRACT_KEY_FROM_KEY mechanism
 /// </summary>
 /// <param name='bit'>Specifies which bit of the base key should be used as the first bit of the derived key</param>
 /// <returns>Parameters for the CKM_EXTRACT_KEY_FROM_KEY mechanism</returns>
 public ICkExtractParams CreateCkExtractParams(ulong bit)
 {
     return _factory.CreateCkExtractParams(bit);
 }