RedirectToIdentityProviderNotification<TMessage, TOptions>.ProtocolMessage Property

 

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

Syntax

public TMessage ProtocolMessage { get; set; }
public:
property TMessage ProtocolMessage {
    TMessage get();
    void set(TMessage value);
}
member ProtocolMessage : 'TMessage with get, set
Public Property ProtocolMessage As TMessage

Property Value

Type: TMessage

See Also

RedirectToIdentityProviderNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace

Return to top