NetworkingCertificateCallback

This callback is received in response to calling SteamNetworking.requestNetworkingCertificate.

This can be used to populate a CMsgSteamDatagramCertificateSigned for socket communication.

Constructors

Link copied to clipboard
constructor(packetMsg: IPacketMsg)

Properties

Link copied to clipboard

Gets the ID of the CA used to sign this certificate.

Link copied to clipboard
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
open override var jobID: JobID

Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.