IdentityProviderAuthenticationSuccessEventArgs Class |
Inheritance Hierarchy
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
Public Class IdentityProviderAuthenticationSuccessEventArgs
Inherits EventArgs
public ref class IdentityProviderAuthenticationSuccessEventArgs : public EventArgs
type IdentityProviderAuthenticationSuccessEventArgs =
class
inherit EventArgs
end
The 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. |
TopSee Also