4 writes to TokenType
System.IdentityModel (4)
System\IdentityModel\SecurityTokenService.cs (4)
751_tokenDescriptor.TokenType = request.TokenType; 760_tokenDescriptor.TokenType = identifiers[0]; 947_tokenDescriptor.TokenType = request.TokenType; 956_tokenDescriptor.TokenType = identifiers[0];
2 references to TokenType
System.IdentityModel (2)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
338SecurityTokenHandler handler = this[tokenDescriptor.TokenType]; 341throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID4020, tokenDescriptor.TokenType)));