Describes the usage of a socket pair, as described in a SecureDeviceAssociationTemplate.
[FlagsAttribute]
public enum class SecureDeviceAssociationUsage
| Member | Value | Description |
|---|---|---|
| AcceptOnMicrosoftConsole | 256 | This association may accept connections on a console. |
| AcceptOnOtherDevice | 1024 | This association may accept connections on another device, such as a third-party server. |
| AcceptOnXboxLiveCompute | 512 | This association may accept connections in Xbox Live Compute. |
| Default | 0 | This is equivalent to specifying the union of all of the other usages. |
| InitiateFromMicrosoftConsole | 1 | This association may be initiated from a console. |
| InitiateFromOtherDevice | 4 | This association may be initiated from another device, such as a third-party server. |
| InitiateFromXboxLiveCompute | 2 | This association may be initiated from Xbox Live Compute. |
Namespace: Windows.Xbox.Networking
Metadata: windows.winmd