Exemple #1
0
 internal void Add(string key, LdapTypeEnum type)
 {
     _sidTypeDictionary.TryAdd(key, type);
 }
Exemple #2
0
 internal bool GetSidType(string key, out LdapTypeEnum type)
 {
     return(_sidTypeDictionary.TryGetValue(key.ToUpper(), out type));
 }