Partager via


MicrosoftAccountMultiFactorAuthenticationManager.DenySessionAsync Méthode

Définition

Surcharges

DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo)

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType)

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo)

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

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)

Paramètres

authenticationSessionInfo
MicrosoftAccountMultiFactorSessionInfo

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

Retours

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

Attributs

Voir aussi

S’applique à

DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType)

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

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)

Paramètres

userAccountId
String

Platform::String

winrt::hstring

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

sessionId
String

Platform::String

winrt::hstring

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

sessionAuthenticationType
MicrosoftAccountMultiFactorAuthenticationType

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

Retours

Cette API est à usage interne uniquement et ne doit pas être utilisée dans votre code.

Attributs

Voir aussi

S’applique à