次の方法で共有


MicrosoftAccountMultiFactorAuthenticationManager.DenySessionAsync メソッド

定義

オーバーロード

名前 説明
DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo)

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

DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType)

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

DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo)

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

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo ^ authenticationSessionInfo) = DenySessionAsync;
/// [Windows.Foundation.Metadata.Overload("DenySessionUsingAuthSessionInfoAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo const& authenticationSessionInfo);
[Windows.Foundation.Metadata.Overload("DenySessionUsingAuthSessionInfoAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo authenticationSessionInfo);
function denySessionAsync(authenticationSessionInfo)
Public Function DenySessionAsync (authenticationSessionInfo As MicrosoftAccountMultiFactorSessionInfo) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)

パラメーター

authenticationSessionInfo
MicrosoftAccountMultiFactorSessionInfo

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

返品

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

属性

こちらもご覧ください

適用対象

DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType)

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

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

パラメーター

userAccountId
String

Platform::String

winrt::hstring

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

sessionId
String

Platform::String

winrt::hstring

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

sessionAuthenticationType
MicrosoftAccountMultiFactorAuthenticationType

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

返品

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

属性

こちらもご覧ください

適用対象