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 (26.2.0.1000)
Syntax
public class IdentityProviderAuthenticationSuccessEventArgs : EventArgs

The IdentityProviderAuthenticationSuccessEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyClaimsIdentityGets the claims identity associated with the authentication operation.
Public propertyProviderGets the federated authentication provider being used.
Top
See Also