Field RsaAlgorithmName
- Namespace
- MailFathom.Common.ClientAssertions
- Assembly
- MailFathom.Common.dll
The algorithm an RSA key signs with.
public const string RsaAlgorithmName = "RS256"
Returns
- string
- The algorithm an RSA key signs with.
Remarks
PKCS#1 v1.5 over SHA-256 rather than a probabilistic padding, because it is what every JSON Web Token implementation reads and the endpoint accepts both; a client minting one has nothing to gain from the difference.