다음을 통해 공유


SecondaryAuthenticationFactorRegistration.RequestStartRegisteringDeviceAsync 메서드

정의

도우미 디바이스 등록을 시작합니다.

참고

이 API는 모든 앱에서 사용할 수 없습니다. 개발자 계정이 secondaryAuthenticationFactor 기능을 사용하도록 Microsoft에서 특별히 프로비전하지 않는 한 이 API에 대한 호출은 실패합니다. 승인을 신청하려면 에 문의하세요 cdfonboard@microsoft.com. 기능에 대한 자세한 내용은 앱 기능 선언을 참조하세요. 도우미 디바이스 프레임워크에 대한 개요는 IoT(도우미를 사용하여 Windows 잠금 해제) 디바이스 개요를 참조하세요.

public:
 static IAsyncOperation<SecondaryAuthenticationFactorRegistrationResult ^> ^ RequestStartRegisteringDeviceAsync(Platform::String ^ deviceId, SecondaryAuthenticationFactorDeviceCapabilities capabilities, Platform::String ^ deviceFriendlyName, Platform::String ^ deviceModelNumber, IBuffer ^ deviceKey, IBuffer ^ mutualAuthenticationKey);
 static IAsyncOperation<SecondaryAuthenticationFactorRegistrationResult> RequestStartRegisteringDeviceAsync(winrt::hstring const& deviceId, SecondaryAuthenticationFactorDeviceCapabilities const& capabilities, winrt::hstring const& deviceFriendlyName, winrt::hstring const& deviceModelNumber, IBuffer const& deviceKey, IBuffer const& mutualAuthenticationKey);
/// [Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistration is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
 static IAsyncOperation<SecondaryAuthenticationFactorRegistrationResult> RequestStartRegisteringDeviceAsync(winrt::hstring const& deviceId, SecondaryAuthenticationFactorDeviceCapabilities const& capabilities, winrt::hstring const& deviceFriendlyName, winrt::hstring const& deviceModelNumber, IBuffer const& deviceKey, IBuffer const& mutualAuthenticationKey);
public static IAsyncOperation<SecondaryAuthenticationFactorRegistrationResult> RequestStartRegisteringDeviceAsync(string deviceId, SecondaryAuthenticationFactorDeviceCapabilities capabilities, string deviceFriendlyName, string deviceModelNumber, IBuffer deviceKey, IBuffer mutualAuthenticationKey);
[Windows.Foundation.Metadata.Deprecated("SecondaryAuthenticationFactorRegistration is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<SecondaryAuthenticationFactorRegistrationResult> RequestStartRegisteringDeviceAsync(string deviceId, SecondaryAuthenticationFactorDeviceCapabilities capabilities, string deviceFriendlyName, string deviceModelNumber, IBuffer deviceKey, IBuffer mutualAuthenticationKey);
function requestStartRegisteringDeviceAsync(deviceId, capabilities, deviceFriendlyName, deviceModelNumber, deviceKey, mutualAuthenticationKey)
Public Shared Function RequestStartRegisteringDeviceAsync (deviceId As String, capabilities As SecondaryAuthenticationFactorDeviceCapabilities, deviceFriendlyName As String, deviceModelNumber As String, deviceKey As IBuffer, mutualAuthenticationKey As IBuffer) As IAsyncOperation(Of SecondaryAuthenticationFactorRegistrationResult)

매개 변수

deviceId
String

Platform::String

winrt::hstring

디바이스의 ID입니다.

capabilities
SecondaryAuthenticationFactorDeviceCapabilities

디바이스 기능입니다.

deviceFriendlyName
String

Platform::String

winrt::hstring

디바이스 식별 이름입니다.

deviceModelNumber
String

Platform::String

winrt::hstring

디바이스 모델 번호입니다.

deviceKey
IBuffer

디바이스 키입니다.

mutualAuthenticationKey
IBuffer

상호 인증 키입니다.

반환

등록 결과가 instance 비동기 작업입니다.

특성

설명

보조 인증을 위해 도우미 디바이스를 등록해야 디바이스 상태 모니터링에 선택적으로 등록됩니다.

적용 대상

추가 정보