SecureDeviceAssociationUsage Enumeration

Describes the usage of a socket pair, as described in a SecureDeviceAssociationTemplate.

Syntax

[FlagsAttribute]
public enum class SecureDeviceAssociationUsage  

Members

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 This is equivalent to specifying the union of all of the other usages.
InitiateFromMicrosoftConsole This association may be initiated from a console.
InitiateFromOtherDevice This association may be initiated from another device, such as a third-party server.
InitiateFromXboxLiveCompute This association may be initiated from Xbox Live Compute.

Requirements

Namespace: Windows.Xbox.Networking

Metadata: windows.winmd

See also

Reference

Windows.Xbox.Networking Namespace