1 write to Key
SecurityWebSite (1)
BearerAuth.cs (1)
15
Key
= new SymmetricSecurityKey(Encoding.UTF8.GetBytes(new string('a', 128)));
2 references to Key
SecurityWebSite (2)
BearerAuth.cs (2)
16
Credentials = new SigningCredentials(
Key
, SecurityAlgorithms.HmacSha256);
30
IssuerSigningKey =
Key
,