Table of Contents

Class ApiKeySentinelAttribute

Namespace
Cuemon.AspNetCore.Mvc.Filters.Headers
Assembly
Cuemon.AspNetCore.Mvc.dll

Provides a convenient way to protect your API with an ApiKeySentinelFilter.

public class ApiKeySentinelAttribute : ServiceFilterAttribute, IFilterFactory, IOrderedFilter, IFilterMetadata
Inheritance
ServiceFilterAttribute
ApiKeySentinelAttribute
Implements
IFilterFactory
IOrderedFilter
IFilterMetadata
Inherited Members
ServiceFilterAttribute.CreateInstance(IServiceProvider)
ServiceFilterAttribute.Order
ServiceFilterAttribute.ServiceType
ServiceFilterAttribute.IsReusable

Constructors

ApiKeySentinelAttribute()

Initializes a new instance of the ApiKeySentinelAttribute class.

public ApiKeySentinelAttribute()

See Also

ApiKeySentinelOptions
ServiceFilterAttribute