Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberLoginSuccessNotification

    Notification that is published after a member has successfully logged in.

    Inheritance
    object
    MemberNotification
    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 Source

    MemberLoginSuccessNotification(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX