Esempio n. 1
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(
                this.Addresses,
                this.EncryptedPartKey,
                this.EndTime,
                this.Flags,
                this.IncludePac,
                this.KdcAuthorizationKey,
                this.MaximumRenewalWindow,
                this.MaximumTicketLifetime,
                this.Nonce,
                this.Now,
                this.PreAuthenticationData,
                this.PreferredClientEType,
                this.Principal,
                this.RealmName,
                this.RenewTill,
                this.SamAccountName,
                this.ServicePrincipal,
                this.ServicePrincipalKey,
                this.StartTime,
                this.Compatibility
                ));
 }
Esempio n. 2
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(this.Name, this.Type));
 }
Esempio n. 3
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(Names, NameType));
 }