8 overrides of GetTokenTypeIdentifiers
System.IdentityModel (8)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
267public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
55public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
71public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
295public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3575public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
536public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\UserNameSecurityTokenHandler.cs (1)
81public override string[] GetTokenTypeIdentifiers()
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
480public override string[] GetTokenTypeIdentifiers()
5 references to GetTokenTypeIdentifiers
System.IdentityModel (5)
System\IdentityModel\SecurityTokenService.cs (2)
755string[] identifiers = securityTokenHandler.GetTokenTypeIdentifiers(); 951string[] identifiers = securityTokenHandler.GetTokenTypeIdentifiers();
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (3)
236string[] identifiers = handler.GetTokenTypeIdentifiers(); 655string[] identifiers = handler.GetTokenTypeIdentifiers(); 699string[] identifiers = handler.GetTokenTypeIdentifiers();