Search Results for

    Show / Hide Table of Contents

    Enum TwoFactorOperationStatus

    Represents the status of a two-factor authentication operation.

    Namespace: Umbraco.Cms.Core.Services.OperationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum TwoFactorOperationStatus

    Fields

    Name Description
    InvalidCode

    The operation failed because the verification code is invalid.

    ProviderAlreadySetup

    The operation failed because the two-factor provider is already set up for the user.

    ProviderNameNotFound

    The operation failed because the specified two-factor provider name could not be found.

    Success

    The operation completed successfully.

    UserNotFound

    The operation failed because the user could not be found.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<TwoFactorOperationStatus, TProperty>(TwoFactorOperationStatus, Expression<Func<TwoFactorOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<TwoFactorOperationStatus, TK, TV>(TwoFactorOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<TwoFactorOperationStatus, TK, TV>(TwoFactorOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<TwoFactorOperationStatus>(TwoFactorOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<TwoFactorOperationStatus>(TwoFactorOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX