RedirectToIdentityProviderNotification<TMessage, TOptions>.ProtocolMessage Property

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

Syntax

'Declaration
Public Property ProtocolMessage As TMessage
    Get 
    Set
'Usage
Dim instance As RedirectToIdentityProviderNotification 
Dim value As TMessage

value = instance.ProtocolMessage

instance.ProtocolMessage = value
public TMessage ProtocolMessage { get; set; }
public:
property TMessage ProtocolMessage {
    TMessage get ();
    void set (TMessage value);
}
member ProtocolMessage : 'TMessage with get, set
function get ProtocolMessage () : TMessage
function set ProtocolMessage (value : TMessage)

Property Value

Type: TMessage

See Also

Reference

RedirectToIdentityProviderNotification<TMessage, TOptions> Class

Microsoft.Owin.Security.Notifications Namespace