Continues authentication process.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public abstract byte[] Continue( byte[] serverResponse )
Public MustOverride Function Continue ( serverResponse As Byte() ) As Byte()
public: virtual array<unsigned char>^ Continue( array<unsigned char>^ serverResponse ) abstract
abstract Continue : serverResponse : byte[] -> byte[]
Parameters
- serverResponse (array<Byte>[]()[][])
- Server sent SASL response.
Return Value
array<Byte>[]()[][]
Returns challange request what must be sent to server or null if authentication has completed.
Returns challange request what must be sent to server or null if authentication has completed.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when serverResponse is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119