SecureDeviceAssociationTemplate.AssociationIncoming Event

Raised when a remote device attempts to establish a new Xbox Secure Device Association with the local device.

This event is raised when a remote device attempts to establish a new Xbox Secure Device Association with the local device using the given SecureDeviceAssociationTemplate. The SecureDeviceAssociation object is accessible via the Association property on the SecureDeviceAssociationIncomingEventArgs object passed in by the eventArgs parameter.

Syntax

public:
event TypedEventHandler<SecureDeviceAssociationTemplate^ , SecureDeviceAssociationIncomingEventArgs^ >^ AssociationIncoming {
         EventRegistrationToken add (TypedEventHandler<SecureDeviceAssociationTemplate^ , SecureDeviceAssociationIncomingEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Windows.Xbox.Networking

Metadata: windows.winmd

See also

Reference

SecureDeviceAssociationTemplate Class

SecureDeviceAssociationTemplate Members

Windows.Xbox.Networking Namespace