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
ApiKeySentinelAttribute
Implements
Inherited Members

Constructors

ApiKeySentinelAttribute()

Initializes a new instance of the ApiKeySentinelAttribute class.

public ApiKeySentinelAttribute()

See Also