MicrosoftAccountMultiFactorServiceResponse Enum

Definition

This API is for internal use only and should not be used in your code.

public enum class MicrosoftAccountMultiFactorServiceResponse
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class MicrosoftAccountMultiFactorServiceResponse
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum MicrosoftAccountMultiFactorServiceResponse
var value = Windows.Security.Authentication.Identity.Core.MicrosoftAccountMultiFactorServiceResponse.success
Public Enum MicrosoftAccountMultiFactorServiceResponse
Inheritance
MicrosoftAccountMultiFactorServiceResponse
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

DeviceIdChanged 21

This API is for internal use only and should not be used in your code.

DeviceNotFound 14

This API is for internal use only and should not be used in your code.

Error 1

This API is for internal use only and should not be used in your code.

FlowDisabled 15

This API is for internal use only and should not be used in your code.

InvalidOperation 12

This API is for internal use only and should not be used in your code.

InvalidSessionId 10

This API is for internal use only and should not be used in your code.

InvalidSessionType 11

This API is for internal use only and should not be used in your code.

InvalidStateTransition 13

This API is for internal use only and should not be used in your code.

NgcDisabledByServer 18

This API is for internal use only and should not be used in your code.

NgcKeyNotFoundOnServer 19

This API is for internal use only and should not be used in your code.

NgcNonceExpired 9

This API is for internal use only and should not be used in your code.

NgcNotSetup 5

This API is for internal use only and should not be used in your code.

NoNetworkConnection 2

This API is for internal use only and should not be used in your code.

OperationCanceledByUser 17

This API is for internal use only and should not be used in your code.

ServiceUnavailable 3

This API is for internal use only and should not be used in your code.

SessionAlreadyApproved 7

This API is for internal use only and should not be used in your code.

SessionAlreadyDenied 6

This API is for internal use only and should not be used in your code.

SessionExpired 8

This API is for internal use only and should not be used in your code.

SessionNotApproved 16

This API is for internal use only and should not be used in your code.

Success 0

This API is for internal use only and should not be used in your code.

TotpSetupDenied 4

This API is for internal use only and should not be used in your code.

UIRequired 20

This API is for internal use only and should not be used in your code.

Applies to