Authentication |
public static AuthenticationResults Parse( byte[] buffer, int startIndex, int length )
Exception | Condition |
---|---|
ArgumentNullException | buffer is null. |
ArgumentOutOfRangeException | startIndex and length do not specify a valid range in the byte array. |
ParseException | The buffer could not be parsed. |