コード例 #1
0
ファイル: JwtGenerator.cs プロジェクト: mrfrone/aspnetzabota
 private void RefreshKey(JwtSettings sets)
 {
     _signingSecurityKey = new SigningCredentials(sets.GetSecurityKey(), SecurityAlgorithms.HmacSha256);
 }