CreateSecureDeviceAssociationBehavior Enumeration

Determines the behavior when a SecureDeviceAssociationTemplate is used to create a SecureDeviceAssocation.

Syntax

[FlagsAttribute]
public enum class CreateSecureDeviceAssociationBehavior  

Members

Member Value Description
Default Default operation. When this option is specified, if SecureDeviceAssociationTemplate.CreateAssociationAsync is called with a template that has already been used to establish a SecureDeviceAssociation to the remote SecureDeviceAddress, then the same SecureDeviceAssociation is returned, and no AssociationIncoming event is signaled.
Reevaluate When this option is specified, if SecureDeviceAssociationTemplate.CreateAssociationAsync is called with a template that has already been used to establish a SecureDeviceAssociation to the remote SecureDeviceAddress, then the method re-evaluates all potential network paths according to the template’s quality requirements. If the same network path is selected again, then the same SecureDeviceAssociation is returned. If a new path is found, then the old SecureDeviceAssociation is destroyed, and a new one returned.

Requirements

Namespace: Windows.Xbox.Networking

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Networking Namespace