Skip to content

IIdentification

Martin Halliday edited this page Aug 11, 2016 · 2 revisions

Identification middleware must implement IMiddleware<IIdentification> to signal to the pipeline builder that it provides an identification mechanism. Any middleware that specifies .RunAfter<IIdentification>() will be added to the OWIN pipeline after the middleware that implements IMiddleware<IIdentification> ensuring that the identification mechanism is available to middleware that depends on it.

The methods and properties of the IIdentification interface are fully described in the XML documentation comments. Please use the Intellisense system in Visual Studio to access this documentation.

The example usage project in the source code has sample source code that implements the IIdentification interface.

Clone this wiki locally