namespace IdentityShroud.Core.Security; public static class JsonWebAlgorithm { public const string RS256 = "RS256"; }