Class MemberLoginSuccessNotification
Notification that is published after a member has successfully logged in.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberLoginSuccessNotification : MemberNotification, INotification
Remarks
This notification is useful for audit logging, security monitoring, and post-authentication concerns such as associating session data with a member.
Constructors
View SourceMemberLoginSuccessNotification(string, Guid)
Initializes a new instance of the MemberLoginSuccessNotification class.
Declaration
public MemberLoginSuccessNotification(string ipAddress, Guid memberKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The source IP address of the member logging in. |
| Guid | memberKey | The key of the member who logged in. |