ServerStateLifetimeManagement::SetSecureDeviceAddress Method

Writes the secure device address into MPSD.

Syntax

public:
void SetSecureDeviceAddress(
         const std::vector<unsigned char>& secureDeviceAddress
)  

Parameters

secureDeviceAddress
Type: std::vector<unsigned char> 

The secure device address. See the GsdkInitializeSecureNetworking method in the Xbox Live SDK for an example of how the secure device address is obtained.

Return value

None.

Remarks

SetSecureDeviceAddress must be called before WaitForSessionAssignment.

Requirements

Header: Declared in ServerStateLifetimeManagement.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

ServerStateLifetimeManagement

ServerStateLifetimeManagement Members