Table of Contents

Class LookupParametersDecryptionFilter

Namespace
JJMasterData.Web.Filters
Assembly
JJMasterData.Web.dll
public class LookupParametersDecryptionFilter : ActionFilterAttribute, IActionFilter, IAsyncActionFilter, IResultFilter, IAsyncResultFilter, IOrderedFilter, IFilterMetadata
Inheritance
LookupParametersDecryptionFilter
Implements
Inherited Members

Constructors

LookupParametersDecryptionFilter(IEncryptionService)

public LookupParametersDecryptionFilter(IEncryptionService encryptionService)

Parameters

encryptionService IEncryptionService

Methods

OnActionExecuting(ActionExecutingContext)

Called before the action executes, after model binding is complete.

public override void OnActionExecuting(ActionExecutingContext context)

Parameters

context ActionExecutingContext

The ActionExecutingContext.