MicrosoftAccountMultiFactorAuthenticationManager.DenySessionAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo) |
Questa API è destinata solo all'uso interno e non deve essere usata nel codice. |
DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType) |
Questa API è destinata solo all'uso interno e non deve essere usata nel codice. |
DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo)
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
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)
Parametri
- authenticationSessionInfo
- MicrosoftAccountMultiFactorSessionInfo
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
Restituisce
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
- Attributi
Vedi anche
Si applica a
DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType)
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
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)
Parametri
- userAccountId
-
String
Platform::String
winrt::hstring
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
- sessionId
-
String
Platform::String
winrt::hstring
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
- sessionAuthenticationType
- MicrosoftAccountMultiFactorAuthenticationType
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
Restituisce
Questa API è destinata solo all'uso interno e non deve essere usata nel codice.
- Attributi