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