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 OpenIdConnectAuthenticationNotifications to notify when processing OpenIdConnect messages.
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public OpenIdConnectAuthenticationNotifications Notifications { get; set; }
public:
property OpenIdConnectAuthenticationNotifications^ Notifications {
OpenIdConnectAuthenticationNotifications^ get();
void set(OpenIdConnectAuthenticationNotifications^ value);
}
member Notifications : OpenIdConnectAuthenticationNotifications with get, set
Public Property Notifications As OpenIdConnectAuthenticationNotifications
Property Value
Type: Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationNotifications
Returns OpenIdConnectAuthenticationNotifications.
See Also
OpenIdConnectAuthenticationOptions Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top