7 overrides of ValidateToken
System.IdentityModel (7)
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
69
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
147
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
311
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
957
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
578
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
53
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
496
public override ReadOnlyCollection<ClaimsIdentity>
ValidateToken
(SecurityToken token)
4 references to ValidateToken
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
367
return handler.
ValidateToken
(token);
System.ServiceModel (3)
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (1)
474
identities.AddRange(tokenHandler.
ValidateToken
(kerberosTokenSpecification.SecurityToken));
System\ServiceModel\Security\SecurityTokenAuthenticatorAdapter.cs (1)
54
subjectCollection = _securityTokenHandler.
ValidateToken
(token);
System\ServiceModel\Security\WrappedUserNameSecurityTokenAuthenticator.cs (1)
59
identities = _wrappedUserNameSecurityTokenHandler.
ValidateToken
( token );