IdentityShroud/IdentityShroud.Core/Security/JsonWebAlgorithm.cs

6 lines
122 B
C#
Raw Permalink Normal View History

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