1
Answer

otp expire in five minute

DateTime.Now.Subtract(i.createDate).TotalMinutes <= 4 
 where this code to be used
Answers (1)