共用方式為


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 僅供內部使用,不應在您的程式碼中使用。

屬性

另請參閱

適用於