Skip to content

Commit 9e5df4a

Browse files
authored
Merge pull request #1 from kfrederix/patch-1
fix AlgorithmName
2 parents f57e7af + 64b2dbf commit 9e5df4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JwtManager/RsJwt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private string AlgorithmName
110110
{
111111
get
112112
{
113-
return "SHA" + KeySize.ToString();
113+
return "SHA" + (int)KeySize;
114114
}
115115
}
116116

0 commit comments

Comments
 (0)