6 lines
No EOL
122 B
C#
6 lines
No EOL
122 B
C#
namespace IdentityShroud.Core.Security;
|
|
|
|
public static class JsonWebAlgorithm
|
|
{
|
|
public const string RS256 = "RS256";
|
|
} |