Microsoft.IdentityModel.Tokens
5.0.0
Includes types that provide support for cryptographic operations.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.IdentityModel.Tokens -Version 5.0.0
dotnet add package Microsoft.IdentityModel.Tokens --version 5.0.0
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.IdentityModel.Tokens --version 5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.IdentityModel.Tokens, 5.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.IdentityModel.Tokens as a Cake Addin
#addin nuget:?package=Microsoft.IdentityModel.Tokens&version=5.0.0
// Install Microsoft.IdentityModel.Tokens as a Cake Tool
#tool nuget:?package=Microsoft.IdentityModel.Tokens&version=5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- Microsoft.IdentityModel.Logging (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 1.4
- Microsoft.IdentityModel.Logging (>= 1.0.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Collections (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Security.Claims (>= 4.0.1)
- System.Security.Cryptography.Algorithms (>= 4.2.0)
- System.Security.Cryptography.Cng (>= 4.2.0)
- System.Security.Cryptography.Csp (>= 4.0.0)
- System.Security.Cryptography.X509Certificates (>= 4.1.0)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Xml.ReaderWriter (>= 4.0.11)
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Microsoft.IdentityModel.Tokens:
| Package | Downloads |
|---|---|
|
Microsoft.IdentityModel.JsonWebTokens
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
|
|
|
System.IdentityModel.Tokens.Jwt
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
|
|
|
Microsoft.IdentityModel.Xml
Includes types that provide support for Reading / Writing XML with Enveloped Signatures.
|
|
|
Microsoft.IdentityModel.Tokens.Saml
Includes types that provide support for SamlTokens version 1 and 2.
|
|
|
Microsoft.Owin.Security.OpenIdConnect
Middleware that enables an application to use OpenIdConnect for authentication.
|