C# Class SteamKit2.DepotManifest

Represents a Steam3 depot manifest.
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
DecryptFilenames ( byte encryptionKey ) : bool

Attempts to decrypts file names with the given encryption key.

Private Methods

Méthode Description
DepotManifest ( byte data ) : System
Deserialize ( byte data ) : void
ParseBinaryManifest ( Steam3Manifest manifest ) : void

Method Details

DecryptFilenames() public méthode

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