Class MemberLogoutSuccessNotification
Notification that is published after a member has successfully logged out.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberLogoutSuccessNotification : MemberNotification, INotification
Remarks
This notification is useful for audit logging and implementing custom post-sign-out behavior.
Constructors
View SourceMemberLogoutSuccessNotification(string, Guid)
Initializes a new instance of the MemberLogoutSuccessNotification class.
Declaration
public MemberLogoutSuccessNotification(string ipAddress, Guid memberKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | The source IP address of the member logging out. |
| Guid | memberKey | The key of the member who logged out. |