コード例 #1
0
 public static Uri GetHashPasswordUri(HashedPassword hashedPassword)
 {
     return(new Uri("https://api.pwnedpasswords.com/range/" + hashedPassword.HashPrefix));
 }