Continues authentication process.

C# | Visual Basic | Visual C++ | F# |
public abstract byte[] Continue( byte[] clientResponse )
Public MustOverride Function Continue ( clientResponse As Byte() ) As Byte()
public: virtual array<unsigned char>^ Continue( array<unsigned char>^ clientResponse ) abstract
abstract Continue : clientResponse : byte[] -> byte[]

- clientResponse (array<Byte>[]()[][])
- Client sent SASL response.

array<Byte>[]()[][]
Retunrns challange response what must be sent to client or null if authentication has completed.
Retunrns challange response what must be sent to client or null if authentication has completed.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when clientRespone is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119