View Source
Class MemberTwoFactorRequestedNotification
Inheritance
System.Object
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> |
|