How To Use Scopes With Rules

Hello, can I use scope as a criteria with rules, something like this:


public function rules()

{

  return array(

    array('user', 'unique', 'criteria'=>array('scope'=>'active')

  );

}