コード例 #1
0
 public string GetNonKeyHash(HashAlgorithm hashAlgorithm)
 {
     return(HashUtils.ComputeAggregationHash(hashAlgorithm, this.Value, this.AnotherValue, this.LastChangeTime));
 }
コード例 #2
0
 public string GetKeyHash(HashAlgorithm hashAlgorithm)
 {
     return(HashUtils.ComputeAggregationHash(hashAlgorithm, this.FirstId, this.SecondId));
 }