requestNetworkingCertificate

Request a signed networking certificate from Steam for your Ed25519 public key for the given app id. Results are returned in a NetworkingCertificateCallback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.

Return

The Job ID of the request. This can be used to find the appropriate NetworkingCertificateCallback.

Parameters

appId

The App ID the certificate will be generated for.

publicKey

Your Ed25519 public key.