PerceptionFrameProviderManagerService.UnregisterFaceAuthenticationGroup 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.
Unregisters a PerceptionFaceAuthenticationGroup in association with the given IPerceptionProviderManager.
public:
static void UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager ^ manager, PerceptionFaceAuthenticationGroup ^ faceAuthenticationGroup);
static void UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager const& manager, PerceptionFaceAuthenticationGroup const& faceAuthenticationGroup);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionFrameProviderManagerService may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static void UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager const& manager, PerceptionFaceAuthenticationGroup const& faceAuthenticationGroup);
public static void UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager manager, PerceptionFaceAuthenticationGroup faceAuthenticationGroup);
[Windows.Foundation.Metadata.Deprecated("PerceptionFrameProviderManagerService may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static void UnregisterFaceAuthenticationGroup(IPerceptionFrameProviderManager manager, PerceptionFaceAuthenticationGroup faceAuthenticationGroup);
function unregisterFaceAuthenticationGroup(manager, faceAuthenticationGroup)
Public Shared Sub UnregisterFaceAuthenticationGroup (manager As IPerceptionFrameProviderManager, faceAuthenticationGroup As PerceptionFaceAuthenticationGroup)
Parameters
- manager
- IPerceptionFrameProviderManager
The manager that owns the lifetime of the group.
- faceAuthenticationGroup
- PerceptionFaceAuthenticationGroup
The PerceptionFaceAuthenticationGroup to unregister.
- Attributes
Remarks
This stops the providers in the group from being requested to enter Face Authentication mode or being used for Face Authentication until it's registered again. The group or any subset of it may be registered again after being unregistered.