Determines the behavior when a SecureDeviceAssociationTemplate is used to create a SecureDeviceAssocation.
[FlagsAttribute]
public enum class CreateSecureDeviceAssociationBehavior
| Member | Value | Description |
|---|---|---|
| Default | 0 | 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 | 1 | 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. |
Namespace: Windows.Xbox.Networking
Metadata: windows.winmd