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