6 references to handlersByIdentifier
System.IdentityModel (6)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (6)
113
return this.
handlersByIdentifier
.Keys;
132
this.
handlersByIdentifier
.TryGetValue(tokenTypeIdentifier, out handler);
241
if (tokenTypeIdentifier != null && this.
handlersByIdentifier
.ContainsKey(tokenTypeIdentifier))
473
this.
handlersByIdentifier
.Clear();
662
this.
handlersByIdentifier
.Add(typeId, handler);
706
this.
handlersByIdentifier
.Remove(typeId);