Facepunch.Steamworks Wiki

Steamworks.SteamUtils.CheckFileSignatureAsync

Syntax

static async Task<CheckFileSignature> CheckFileSignatureAsync( string filename )

Description

Asynchronous call to check if an executable file has been signed using the public key set on the signing tab of the partner site, for example to refuse to load modified executable files.

Arguments

string filename

Returns