Thiago,
Tenta assim:
[Required]
[DataType(DataType.Password)]
[Display(Name = "Senha")]
public string Senha{ get; set; }
[DataType(DataType.Password)]
[Display(Name = "Confirme a Senha")]
[Compare("Senha")]
public string ConfirmeSenha { get; set; }
Att,
Leandro
Se foi útil, marque como útil ou como resposta.