MicrosoftAccountMultiFactorSessionInfo
MicrosoftAccountMultiFactorSessionInfo
MicrosoftAccountMultiFactorSessionInfo
MicrosoftAccountMultiFactorSessionInfo
Class
Definition
This API is for internal use only and should not be used in your code.
public : sealed class MicrosoftAccountMultiFactorSessionInfo : IMicrosoftAccountMultiFactorSessionInfopublic sealed class MicrosoftAccountMultiFactorSessionInfo : IMicrosoftAccountMultiFactorSessionInfoPublic NotInheritable Class MicrosoftAccountMultiFactorSessionInfo Implements IMicrosoftAccountMultiFactorSessionInfo// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
ApprovalStatus ApprovalStatus ApprovalStatus ApprovalStatus
This API is for internal use only and should not be used in your code.
public : MicrosoftAccountMultiFactorSessionApprovalStatus ApprovalStatus { get; }public MicrosoftAccountMultiFactorSessionApprovalStatus ApprovalStatus { get; }Public ReadOnly Property ApprovalStatus As MicrosoftAccountMultiFactorSessionApprovalStatus// You can use this property in JavaScript.
- Value
- MicrosoftAccountMultiFactorSessionApprovalStatus MicrosoftAccountMultiFactorSessionApprovalStatus MicrosoftAccountMultiFactorSessionApprovalStatus MicrosoftAccountMultiFactorSessionApprovalStatus
This API is for internal use only and should not be used in your code.
AuthenticationType AuthenticationType AuthenticationType AuthenticationType
This API is for internal use only and should not be used in your code.
public : MicrosoftAccountMultiFactorAuthenticationType AuthenticationType { get; }public MicrosoftAccountMultiFactorAuthenticationType AuthenticationType { get; }Public ReadOnly Property AuthenticationType As MicrosoftAccountMultiFactorAuthenticationType// You can use this property in JavaScript.
- Value
- MicrosoftAccountMultiFactorAuthenticationType MicrosoftAccountMultiFactorAuthenticationType MicrosoftAccountMultiFactorAuthenticationType MicrosoftAccountMultiFactorAuthenticationType
This API is for internal use only and should not be used in your code.
DisplaySessionId DisplaySessionId DisplaySessionId DisplaySessionId
This API is for internal use only and should not be used in your code.
public : PlatForm::String DisplaySessionId { get; }public string DisplaySessionId { get; }Public ReadOnly Property DisplaySessionId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
This API is for internal use only and should not be used in your code.
ExpirationTime ExpirationTime ExpirationTime ExpirationTime
This API is for internal use only and should not be used in your code.
public : DateTime ExpirationTime { get; }public DateTimeOffset ExpirationTime { get; }Public ReadOnly Property ExpirationTime As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
This API is for internal use only and should not be used in your code.
RequestTime RequestTime RequestTime RequestTime
This API is for internal use only and should not be used in your code.
public : DateTime RequestTime { get; }public DateTimeOffset RequestTime { get; }Public ReadOnly Property RequestTime As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
This API is for internal use only and should not be used in your code.
SessionId SessionId SessionId SessionId
This API is for internal use only and should not be used in your code.
public : PlatForm::String SessionId { get; }public string SessionId { get; }Public ReadOnly Property SessionId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
This API is for internal use only and should not be used in your code.
UserAccountId UserAccountId UserAccountId UserAccountId
This API is for internal use only and should not be used in your code.
public : PlatForm::String UserAccountId { get; }public string UserAccountId { get; }Public ReadOnly Property UserAccountId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
This API is for internal use only and should not be used in your code.