|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "System/IdentityModel/Tokens/Jwt/JWTToken.h"#include "System/Security/Cryptography/HMACSHA256.h"#include "System/Convert.h"#include "System/Text/Json/JsonSerializer.h"#include "System/ArgumentException.h"#include <cstring>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::IdentityModel |
| namespace | DotNetDupe::System::IdentityModel::Tokens |
| namespace | DotNetDupe::System::IdentityModel::Tokens::Jwt |
Functions | |
| static String | DotNetDupe::System::IdentityModel::Tokens::Jwt::Base64ToBase64Url (const String &base64) |
| static String | DotNetDupe::System::IdentityModel::Tokens::Jwt::Base64UrlToBase64 (const String &base64Url) |
| static String | DotNetDupe::System::IdentityModel::Tokens::Jwt::ComputeJwtSignature (const String &rawToken, const String &secretKey) |
| static Collections::Generic::Dictionary< String, String > | DotNetDupe::System::IdentityModel::Tokens::Jwt::DecodeBase64UrlToDict (const String &b64url) |
| static String | DotNetDupe::System::IdentityModel::Tokens::Jwt::EncodeDictToBase64Url (const Collections::Generic::Dictionary< String, String > &dict) |