C# Class SteamKit2.DepotManifest

Represents a Steam3 depot manifest.
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
DecryptFilenames ( byte encryptionKey ) : bool

Attempts to decrypts file names with the given encryption key.

Private Methods

Method Description
DepotManifest ( byte data ) : System
Deserialize ( byte data ) : void
ParseBinaryManifest ( Steam3Manifest manifest ) : void

Method Details

DecryptFilenames() public method

Attempts to decrypts file names with the given encryption key.
public DecryptFilenames ( byte encryptionKey ) : bool
encryptionKey byte The encryption key.
return bool