MicrosoftAccountMultiFactorAuthenticationManager.DenySessionAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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 は内部でのみ使用されるため、コードでは使用しないでください。
- 属性