PerceptionStopFaceAuthenticationHandler 대리자

정의

PerceptionFaceAuthenticationGroup이 얼굴 인증 모드를 종료할 때 호출됩니다. 이 호출은 그룹이 true를 반환한 PerceptionStartFaceAuthenticationHandler를 받은 후에만 호출됩니다.

public delegate void PerceptionStopFaceAuthenticationHandler(PerceptionFaceAuthenticationGroup ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
class PerceptionStopFaceAuthenticationHandler : MulticastDelegate
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
/// [Windows.Foundation.Metadata.Deprecated("PerceptionStopFaceAuthenticationHandler may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
class PerceptionStopFaceAuthenticationHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
public delegate void PerceptionStopFaceAuthenticationHandler(PerceptionFaceAuthenticationGroup sender);
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
[Windows.Foundation.Metadata.Deprecated("PerceptionStopFaceAuthenticationHandler may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public delegate void PerceptionStopFaceAuthenticationHandler(PerceptionFaceAuthenticationGroup sender);
var perceptionStopFaceAuthenticationHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub PerceptionStopFaceAuthenticationHandler(sender As PerceptionFaceAuthenticationGroup)

매개 변수

sender
PerceptionFaceAuthenticationGroup

등록된 연결된 PerceptionFaceAuthenticationGroup입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

적용 대상