asp.net web api - c# Define attribute to a class in existing library -


i used class lib, , want define additional attribute 1 class in lib.

take example, use library has sub class of web api apicontroller, , seal class can not extended, want add authenticationfilter attribute class , actions class.

is there way implement this? thanks.