Freigeben über


PerceptionStopFaceAuthenticationHandler Delegat

Definition

Wird aufgerufen, wenn ein PerceptionFaceAuthenticationGroup den Gesichtsauthentifizierungsmodus beendet. Dies wird erst aufgerufen, nachdem die Gruppe einen PerceptionStartFaceAuthenticationHandler erhalten hat, von dem sie true zurückgegeben hat.

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)

Parameter

sender
PerceptionFaceAuthenticationGroup

Die zugeordnete PerceptionFaceAuthenticationGroup, die registriert wurde.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Gilt für: