WsFederationAuthenticationOptions.Notifications Property
Gets or sets the WsFederationAuthenticationNotifications to call when processing WsFederation messages.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public WsFederationAuthenticationNotifications Notifications { get; set; }
public:
property WsFederationAuthenticationNotifications^ Notifications {
WsFederationAuthenticationNotifications^ get();
void set(WsFederationAuthenticationNotifications^ value);
}
member Notifications : WsFederationAuthenticationNotifications with get, set
Public Property Notifications As WsFederationAuthenticationNotifications
Property Value
Type: Microsoft.Owin.Security.WsFederation.WsFederationAuthenticationNotifications
Returns WsFederationAuthenticationNotifications.
See Also
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top