Beispiel #1
0
 public Identity(int processId, string name, string pipeName, IdentityRole role)
 {
     ProcessId   = processId;
     Name        = name;
     ChannelName = pipeName;
     Role        = role;
     Id          = HashHelper.GetHashCode(Role, Name, ChannelName);
 }
Beispiel #2
0
 public override int GetHashCode() => HashHelper.GetHashCode(Guid);
Beispiel #3
0
 public override int GetHashCode() => HashHelper.GetHashCode(Identity);