This is experimental documentation.
Verifies that the server's proof value matches the value
calculated by the client.
Declaration Syntax
Parameters
- serverProof (array<Byte>[]()[][])
- The 20-byte server proof.
Return Value
True if the server proof is valid;
otherwise false.
Remarks
This method should be called after the LoginProof method.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if
the server proof value is not exactly 20 bytes. |
InvalidOperationException | Thrown if the object has not
yet been initialized. |
Assembly: Asgard5Library (Module: Asgard5Library)