示例#1
0
 private string HashPassword(string password)
 {
     return(PassportSecurityProvider.HashPassword(password, this));
 }