This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic to process the JSON Web Token (JWT) format. That includes validating, parsing and generating JWT tokens; those capabilities can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any dependency on WIF’s configuration.
dotnet add package System.IdentityModel.Tokens.Jwt --version 1.0.0
Install-Package System.IdentityModel.Tokens.Jwt -Version 1.0.0
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2013-06-07 17:50:53 |
| 项目主页 | http://go.microsoft.com/fwlink/?LinkId=272508 |
| 许可证 | http://go.microsoft.com/fwlink/?LinkId=301992 |