MicrosoftAccountMultiFactorAuthenticationManager.DenySessionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo) |
This API is for internal use only and should not be used in your code. |
DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType) |
This API is for internal use only and should not be used in your code. |
DenySessionAsync(MicrosoftAccountMultiFactorSessionInfo)
This API is for internal use only and should not be used in your 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)
Parameters
- authenticationSessionInfo
- MicrosoftAccountMultiFactorSessionInfo
This API is for internal use only and should not be used in your code.
Returns
This API is for internal use only and should not be used in your code.
- Attributes
See also
Applies to
DenySessionAsync(String, String, MicrosoftAccountMultiFactorAuthenticationType)
This API is for internal use only and should not be used in your 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)
Parameters
- userAccountId
-
String
Platform::String
winrt::hstring
This API is for internal use only and should not be used in your code.
- sessionId
-
String
Platform::String
winrt::hstring
This API is for internal use only and should not be used in your code.
- sessionAuthenticationType
- MicrosoftAccountMultiFactorAuthenticationType
This API is for internal use only and should not be used in your code.
Returns
This API is for internal use only and should not be used in your code.
- Attributes