Table of Contents

Field ShortestRsaModulusInBits

Namespace
MailFathom.Common.ClientAssertions
Assembly
MailFathom.Common.dll

The shortest RSA modulus a signature is accepted from, in bits.

public const int ShortestRsaModulusInBits = 2048

Returns

int
The shortest RSA modulus a signature is accepted from, in bits.

Remarks

Below this an RSA key is no longer a credential worth having, so it is refused where the material is read rather than left to produce signatures the endpoint would then verify correctly. It is the same reasoning the permitted algorithm list applies one level up: what a deployment accepts is a decision this repository makes, not one an operator can weaken by provisioning a smaller key.