SteamNetAuthenticationStatus_t

A struct used to describe our readiness to participate in authenticated, encrypted communication. In order to do this we need:

- The list of trusted CA certificates that might be relevant for this app. - A valid certificate issued by a CA.

This callback is posted whenever the state of our readiness changes.

Members

Enums

k_iCallback
anonymousenum k_iCallback
Undocumented in source.

Variables

m_debugMsg
char[256] m_debugMsg;

Non-localized English language status. For diagnostic/debugging purposes only.

m_eAvail
ESteamNetworkingAvailability m_eAvail;

Status

Meta