RsaSecurityTokenHandler.ValidateToken(SecurityToken) Method

Definition

Validates the specified security token.

C#
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Claims.ClaimsIdentity> ValidateToken(System.IdentityModel.Tokens.SecurityToken token);

Parameters

token
SecurityToken

The security token to validate; must be an instance of the RsaSecurityToken class.

Returns

The identities that are contained in the token.

Exceptions

token is null.

token is not assignable from RsaSecurityToken.

The Configuration property for this handler is null.

Applies to

Продукт Версії
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1