Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Protocol message
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
SecurityTokenValidatedNotification<TMessage, TOptions> Class
Microsoft.Owin.Security.Notifications Namespace
Return to top