Beispiel #1
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(
                Version ?? 0,
                key ?? Array.Empty <byte>(),
                PasswordBytes,
                Host ?? "",
                PrincipalName ?? new PrincipalName()
                ));
 }
Beispiel #2
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(
                this.EncryptionType ?? Crypto.EncryptionType.NULL,
                Key,
                Principal,
                Timestamp,
                Version
                ));
 }
Beispiel #3
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(
                this.Version ?? 0,
                this.key ?? Array.Empty <byte>(),
                this.PasswordBytes,
                this.Host ?? string.Empty,
                this.PrincipalName ?? new PrincipalName()
                ));
 }
Beispiel #4
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(
                this.KdcResponse,
                this.SessionKey,
                this.Nonce,
                this.AuthTime,
                this.StartTime,
                this.EndTime,
                this.RenewTill
                ));
 }
Beispiel #5
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(
                this.ApOptions,
                this.CNameHint,
                this.GssContextFlags,
                this.KdcOptions,
                this.Realm,
                this.S4uTarget,
                this.S4uTicket,
                this.ServicePrincipalName,
                this.UserToUserTicket
                ));
 }
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(this.KdcResponse, this.SessionKey, this.Nonce));
 }
Beispiel #7
0
 public override int GetHashCode()
 {
     return(EntityHashCode.GetHashCode(this.EType, this.SaltType));
 }