Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTwoFactorRequestedNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberTwoFactorRequestedNotification : INotification

    Constructors

    View Source

    MemberTwoFactorRequestedNotification(Nullable<Guid>)

    Declaration
    public MemberTwoFactorRequestedNotification(Guid? memberKey)
    Parameters
    Type Name Description
    System.Nullable<Guid> memberKey

    Properties

    View Source

    MemberKey

    Declaration
    public Guid? MemberKey { get; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberTwoFactorRequestedNotification(Nullable<Guid>)
    • Properties
      • MemberKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX