IdentityProviderAuthenticationSuccessEventArgs Class

The event data corresponding to FederatedAuthenticationSuccessFromIdentityProvider.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.AccountServices.ExtensibilityIdentityProviderAuthenticationSuccessEventArgs

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.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