Networking Certificate Callback
This callback is received in response to calling SteamNetworking.requestNetworkingCertificate.
This can be used to populate a CMsgSteamDatagramCertificateSigned for socket communication.
Properties
Link copied to clipboard
Gets the signature used to verify NetworkingCertificateCallback.certificate
Link copied to clipboard
Gets the certificate signed by the Steam CA. This contains a CMsgSteamDatagramCertificate with the supplied public key.
Link copied to clipboard
Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.