Microsoft.IdentityModel.JsonWebTokens 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类
| 名称 | 说明 |
|---|---|
| JsonClaimValueTypes |
指示应如何计算的 Value 常量。 |
| JsonWebToken |
专为 SecurityToken 表示 JSON Web 令牌(JWT)而设计。 |
| JsonWebTokenHandler |
专为 SecurityTokenHandler 创建和验证 Json Web 令牌而设计。 请参阅: https://datatracker.ietf.org/doc/html/rfc7519 和 http://www.rfc-editor.org/info/rfc7515。 |
| JwtConstants |
JSON Web 令牌的常量。 |
| JwtTokenUtilities |
一个类,其中包含用于处理 JWT 令牌的有用方法。 |
结构
| 名称 | 说明 |
|---|---|
| JwtHeaderParameterNames |
定义 JOSE 标头参数名称。 请参阅:https://datatracker.ietf.org/doc/html/rfc7519#section-5。 |
| JwtRegisteredClaimNames |
根据 JWT(JSON Web 令牌)规范定义标准声明名称。 请参阅:https://datatracker.ietf.org/doc/html/rfc7519#section-4。 请参阅:https://openid.net/specs/openid-connect-core-1_0.html#IDToken。 请参阅:https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims。 |