AppProperties.AddSignatureConversionDelegate Property
Gets or sets the action delegate for “builder.AddSignatureConversion”.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public Action<Delegate> AddSignatureConversionDelegate { get; set; }
public:
property Action<Delegate^>^ AddSignatureConversionDelegate {
Action<Delegate^>^ get();
void set(Action<Delegate^>^ value);
}
member AddSignatureConversionDelegate : Action<Delegate> with get, set
Public Property AddSignatureConversionDelegate As Action(Of Delegate)
Property Value
Type: System.Action<Delegate>
The action delegate for “builder.AddSignatureConversion”.
See Also
AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top