WsFederationAuthenticationNotifications.MessageReceived Property

 

Invoked when a protocol message is first received.

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Syntax

public Func<MessageReceivedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> MessageReceived { get; set; }
public:
property Func<MessageReceivedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ MessageReceived {
    Func<MessageReceivedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ get();
    void set(Func<MessageReceivedNotification<WsFederationMessage^, WsFederationAuthenticationOptions^>^, Task^>^ value);
}
member MessageReceived : Func<MessageReceivedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task> with get, set
Public Property MessageReceived As Func(Of MessageReceivedNotification(Of WsFederationMessage, WsFederationAuthenticationOptions), Task)

Property Value

Type: System.Func<MessageReceivedNotification<WsFederationMessage, WsFederationAuthenticationOptions>, Task>

Returns Func<T, TResult>.

See Also

WsFederationAuthenticationNotifications Class
Microsoft.Owin.Security.WsFederation Namespace

Return to top