request Networking Certificate
fun requestNetworkingCertificate(appId: Int, publicKey: ByteArray): AsyncJobSingle<NetworkingCertificateCallback>
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
app Id
The App ID the certificate will be generated for.
public Key
Your Ed25519 public key.