Continues authentication process.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override byte[] Continue( byte[] clientResponse )
Public Overrides Function Continue ( clientResponse As Byte() ) As Byte()
public: virtual array<unsigned char>^ Continue( array<unsigned char>^ clientResponse ) override
abstract Continue : clientResponse : byte[] -> byte[] override Continue : clientResponse : byte[] -> byte[]
Parameters
- clientResponse (array<Byte>[]()[][])
- Client sent SASL response.
Return Value
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when clientResponse is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119