System.IdentityModel.IdentityModelDictionary
namespace System.IdentityModel
{
internal class IdentityModelDictionary : IXmlDictionary
{
public static readonly IdentityModelDictionary Version1;
public static IdentityModelDictionary CurrentVersion { get; }
public IdentityModelDictionary(IdentityModelStrings strings);
public XmlDictionaryString CreateString(string value, int key);
public bool TryLookup(string key, out XmlDictionaryString value);
public bool TryLookup(int key, out XmlDictionaryString value);
public bool TryLookup(XmlDictionaryString key, out XmlDictionaryString value);
}
}