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 仅供内部使用,不应在代码中使用。

属性

另请参阅

适用于