Skip to content
Snippets Groups Projects

Enable adding support for AES-GCM (http://www.w3.org/2009/xmlenc11#aes128-gcm)...

Merged Benedikt Heinrichs requested to merge v2 into fixmerge
21 files
+ 385
18
Compare changes
  • Side-by-side
  • Inline
Files
21
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50565",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"SampleAesGcmStartupNetCore31": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
Loading