This is experimental documentation.
Validates a Warcraft III server signature.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Public Shared Function ValidateServerSignature ( _ serverSignature As Byte(), _ ipAddress As Byte() _ ) As Boolean
public: static bool ValidateServerSignature( array<unsigned char>^ serverSignature, array<unsigned char>^ ipAddress )
Return Value
True if the signature matches;
otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if
the server signature is not exactly 128 bytes. |
Assembly: Asgard5Library (Module: Asgard5Library)