SignatureConversions Class

Provides conversions for the OWIN signature.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Infrastructure.SignatureConversions

Namespace:  Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public NotInheritable Class SignatureConversions
'Usage
public static class SignatureConversions
public ref class SignatureConversions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SignatureConversions =  class end
public final class SignatureConversions

The SignatureConversions type exposes the following members.

Methods

  Name Description
Public methodStatic member AddConversions Adds conversions to the application.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Infrastructure Namespace