Microsoft.Identity.Client.Utils.ConcurrentHashSet<T> class ConcurrentHashSet<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, ICollection<T> Represents a thread-safe hash-based unique collection. Documentation Code namespace Microsoft.Identity.Client.Utils { }