IdentityProviderAuthenticationSuccessEventArgs Class | 
 
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.AccountServices.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic class IdentityProviderAuthenticationSuccessEventArgs : EventArgs
Public Class IdentityProviderAuthenticationSuccessEventArgs
	Inherits EventArgs
public ref class IdentityProviderAuthenticationSuccessEventArgs : public EventArgs
type IdentityProviderAuthenticationSuccessEventArgs =  
    class
        inherit EventArgs
    endThe IdentityProviderAuthenticationSuccessEventArgs type exposes the following members.
Properties| 
								 
							 | Name | Description | 
|---|
  | ClaimsIdentity | Gets the claims identity associated with the authentication operation.  | 
  | Provider | Gets the federated authentication provider being used.  | 
Top
See Also