MFAChallenge

MFAChallenge class

Challenge question class.

public class MFAChallenge

Constructors

NameDescription
MFAChallenge()Initializes a new instance of MFAChallenge class.

Properties

NameDescription
MFAPhraseId { get; set; }Gets or sets the identifier for the challenge question. It should be unique for this challenge question but not unique for the user, session.
MFAPhraseLabel { get; set; }Gets or sets the textual challenge question. This should be as appropriate as possible for display to the user.

See Also