3 overrides of CreateToken
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
251public override SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
127public override SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
236public override SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor)
3 references to CreateToken
System.IdentityModel (3)
System\IdentityModel\SecurityTokenService.cs (2)
762_tokenDescriptor.Token = securityTokenHandler.CreateToken(_tokenDescriptor); 958_tokenDescriptor.Token = securityTokenHandler.CreateToken(_tokenDescriptor);
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
344return handler.CreateToken(tokenDescriptor);