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 OpenIdConnectMessage.
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public OpenIdConnectMessage ProtocolMessage { get; set; }
public:
property OpenIdConnectMessage^ ProtocolMessage {
OpenIdConnectMessage^ get();
void set(OpenIdConnectMessage^ value);
}
member ProtocolMessage : OpenIdConnectMessage with get, set
Public Property ProtocolMessage As OpenIdConnectMessage
Property Value
Type: Microsoft.IdentityModel.Protocols.OpenIdConnectMessage
See Also
AuthorizationCodeReceivedNotification Class
Microsoft.Owin.Security.Notifications Namespace
Return to top