thrownewArgumentOutOfRangeException("messageAuthenticationCode",messageAuthenticationCode.Length,string.Format("Cannot be longer than {0}",ushort.MaxValue));
if(other.Length>ushort.MaxValue)
thrownewArgumentOutOfRangeException("other",other.Length,string.Format("Cannot be longer than {0}",ushort.MaxValue));