OpenIdConnectAuthenticationNotifications.MessageReceived Property

 

Invoked when a protocol message is first received.

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

Syntax

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

Property Value

Type: System.Func<MessageReceivedNotification<OpenIdConnectMessage, OpenIdConnectAuthenticationOptions>, Task>

Returns Func<T, TResult>.

See Also

OpenIdConnectAuthenticationNotifications Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top