This is experimental documentation.
Adds the account login proof (for SID_AUTH_ACCOUNTLOGONPROOF)
to the specified stream at the current location.
Declaration Syntax
Return Value
The total number of bytes written to the buffer.
Remarks
The writeable length of the stream must be at least 20 bytes.
This method should be called after the LoginAccount method.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if
the salt or server key values are not exactly 32 bytes. |
IOException | Thrown if the buffer does
not have enough space to add the account creation information. |
InvalidOperationException | Thrown if the object has not
yet been initialized. |
Assembly: Asgard5Library (Module: Asgard5Library)