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