Open this page in the API Guide

IdentityProviderAuthenticationSuccessEventArgs Class

The event data corresponding to FederatedAuthenticationSuccessFromIdentityProvider.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.AccountServices.Extensibility.IdentityProviderAuthenticationSuccessEventArgs

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class IdentityProviderAuthenticationSuccessEventArgs : EventArgs

The IdentityProviderAuthenticationSuccessEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyClaimsIdentity
Gets the claims identity associated with the authentication operation.
Public propertyProvider
Gets the federated authentication provider being used.
Top
See Also