Skip to content

Commit b6ff2c8

Browse files
committed
Remove backticks in section heading
When quoting class names with back ticks in section headings it renders strange as the class name is rendered in a lot smaller font.
1 parent c30410c commit b6ff2c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2023-02-19-aspnetcore-authorization-support.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Another impact is that authorization will now run on a captured `Synchronization
128128

129129
Having `ClientCredentialType` set to `InheritedFromHost` disables the execution of an authorization logic implemented in `ServiceAuthorizationManager`.
130130

131-
### `ServiceAuthenticationManager` and `ServiceAuthorizationManager` API modernization
131+
### ServiceAuthenticationManager and ServiceAuthorizationManager API modernization
132132

133133
These two classes now have async versions of the virtual methods which you can override. The existing synchronous method have been deprecated using the `Obsolete` attribute and will cause a build warning if you override them. If you are overriding one of the existing synchronous virtual methods, your code will continue to function the same as it always has and will continue to do so for all future 1.x releases. The synchronous variations of the methods will likely be removed in a future 2.x release. You can safely suppress the build warning until you have migrated your implementation to the async methods.
134134

@@ -140,4 +140,4 @@ These two classes now have async versions of the virtual methods which you can o
140140
- [Mixed auth JWT/Anonymous with AllowAnonymous workaround](https://github.com/CoreWCF/samples/pull/34)
141141
142142
### Conclusion
143-
CoreWCF provides flexibility around authentication and authorization allowing implementation of more up to date security standards and programming patterns well known from developers.
143+
CoreWCF provides flexibility around authentication and authorization allowing implementation of more up to date security standards and programming patterns well known from developers.

0 commit comments

Comments
 (0)