次の方法で共有


MicrosoftAccountMultiFactorAuthenticationManager.ApproveSessionAsync メソッド

定義

オーバーロード

名前 説明
ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, MicrosoftAccountMultiFactorSessionInfo)

この API は内部でのみ使用されるため、コードでは使用しないでください。

ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, String, String, MicrosoftAccountMultiFactorAuthenticationType)

この API は内部でのみ使用されるため、コードでは使用しないでください。

ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, MicrosoftAccountMultiFactorSessionInfo)

この API は内部でのみ使用されるため、コードでは使用しないでください。

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, MicrosoftAccountMultiFactorSessionInfo ^ authenticationSessionInfo) = ApproveSessionAsync;
/// [Windows.Foundation.Metadata.Overload("ApproveSessionUsingAuthSessionInfoAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus const& sessionAuthentictionStatus, MicrosoftAccountMultiFactorSessionInfo const& authenticationSessionInfo);
[Windows.Foundation.Metadata.Overload("ApproveSessionUsingAuthSessionInfoAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, MicrosoftAccountMultiFactorSessionInfo authenticationSessionInfo);
function approveSessionAsync(sessionAuthentictionStatus, authenticationSessionInfo)
Public Function ApproveSessionAsync (sessionAuthentictionStatus As MicrosoftAccountMultiFactorSessionAuthenticationStatus, authenticationSessionInfo As MicrosoftAccountMultiFactorSessionInfo) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)

パラメーター

sessionAuthentictionStatus
MicrosoftAccountMultiFactorSessionAuthenticationStatus

この API は内部でのみ使用されるため、コードでは使用しないでください。

authenticationSessionInfo
MicrosoftAccountMultiFactorSessionInfo

この API は内部でのみ使用されるため、コードでは使用しないでください。

返品

この API は内部でのみ使用されるため、コードでは使用しないでください。

属性

こちらもご覧ください

適用対象

ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, String, String, MicrosoftAccountMultiFactorAuthenticationType)

この API は内部でのみ使用されるため、コードでは使用しないでください。

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, Platform::String ^ userAccountId, Platform::String ^ sessionId, MicrosoftAccountMultiFactorAuthenticationType sessionAuthenticationType) = ApproveSessionAsync;
/// [Windows.Foundation.Metadata.Overload("ApproveSessionAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus const& sessionAuthentictionStatus, winrt::hstring const& userAccountId, winrt::hstring const& sessionId, MicrosoftAccountMultiFactorAuthenticationType const& sessionAuthenticationType);
[Windows.Foundation.Metadata.Overload("ApproveSessionAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, string userAccountId, string sessionId, MicrosoftAccountMultiFactorAuthenticationType sessionAuthenticationType);
function approveSessionAsync(sessionAuthentictionStatus, userAccountId, sessionId, sessionAuthenticationType)
Public Function ApproveSessionAsync (sessionAuthentictionStatus As MicrosoftAccountMultiFactorSessionAuthenticationStatus, userAccountId As String, sessionId As String, sessionAuthenticationType As MicrosoftAccountMultiFactorAuthenticationType) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)

パラメーター

sessionAuthentictionStatus
MicrosoftAccountMultiFactorSessionAuthenticationStatus

この API は内部でのみ使用されるため、コードでは使用しないでください。

userAccountId
String

Platform::String

winrt::hstring

この API は内部でのみ使用されるため、コードでは使用しないでください。

sessionId
String

Platform::String

winrt::hstring

この API は内部でのみ使用されるため、コードでは使用しないでください。

sessionAuthenticationType
MicrosoftAccountMultiFactorAuthenticationType

この API は内部でのみ使用されるため、コードでは使用しないでください。

返品

この API は内部でのみ使用されるため、コードでは使用しないでください。

属性

こちらもご覧ください

適用対象