AuthenticationRegistry.Exists method
Checks if an authentication scheme exists for the specified schema and type.
public bool Exists(string schema, string type)
| parameter | description |
|---|---|
| schema | The schema to match for the authentication scheme. |
| type | The HTTP type to match for the authentication scheme. |
Return Value
True if an authentication scheme exists; otherwise, false.
See Also
- class AuthenticationRegistry
- namespace Kestrun.Authentication