AuthCookieHandler
Implements IAuthenticationSchemeHandler to authenticate using cookie.
Implements IAuthenticationSchemeHandler to authenticate using cookie.
Implements IAuthCookieProvider to create auth cookie.
Implements IAuthenticationProvider and performs authentication step of the security pipeline using one or more IAuthenticationSchemeHandler. To learn more, visit https://ASPSecurityKit.net/docs/the-security-pipeline/#authentication
Implements IAuthorizationProvider and performs authorization step of the security pipeline.
Represents the result of an auth operation.
Represents the result of a IAuthenticationSchemeHandler operation.
Implements IAuthenticationSchemeHandler to authenticate using HMAC.
Implements IMultiFactorProvider and performs multi-factor step of the security pipeline.
Implements IAuthenticationSchemeHandler to authenticate using ServiceHMAC.
Implements IAuthenticationSchemeHandler to authenticate using a key.
Enumerates various authentication methods supported by the authentication provider.
Enumerates the different api key types.
Provides an interface to perform activity-based, data-aware authorization check as part of authorization step of the security pipeline. To learn more, visit https://ASPSecurityKit.net/docs/the-security-pipeline/#activity-based-data-aware-authorization
Provides an interface to create auth cookies. For validating auth cookies you can use AuthCookieHandler.
Provides an interface to perform the authentication step of the security pipeline. To learn more, visit https://ASPSecurityKit.net/docs/the-security-pipeline/#authentication
Provides an interface to implement support for a scheme to authenticate requests by the security pipeline. To learn more, visit https://ASPSecurityKit.net/docs/the-security-pipeline/#authentication
Provides an interface to perform the authorization step of the security pipeline. To learn more, visit https://ASPSecurityKit.net/docs/the-security-pipeline/#authorization
Provides an interface to perform the multi-factor step of the security pipeline. To learn more, visit https://ASPSecurityKit.net/docs/the-security-pipeline/#multi-factor-authentication
Provides an interface to represent details required for Service Hmac token computation.
Provides an interface to sign and validate requests using Service HMAC Token.