4 references to _tokenTypeKey
System.IdentityModel (4)
System\IdentityModel\Tokens\BootstrapContext.cs (4)
34
switch (info.GetChar(
_tokenTypeKey
))
150
info.AddValue(
_tokenTypeKey
, _byteTokenType);
155
info.AddValue(
_tokenTypeKey
, _stringTokenType);
162
info.AddValue(
_tokenTypeKey
, _securityTokenType);