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