public override int GetHashCode() { int hash = PublicKey.Sum(b => b + 31); hash += AttestationCert.Sum(b => b + 31); hash += KeyHandle.Sum(b => b + 31); return(hash); }
public override int GetHashCode() { int hash = 23 + Version.Sum(c => c + 31); hash += Challenge.Sum(c => c + 31); hash += AppId.Sum(c => c + 31); hash += KeyHandle.Sum(c => c + 31); return(hash); }