LumiSoft Net Help
Continue Method (serverResponse)
NamespacesLumiSoft.Net.AUTHAUTH_SASL_Client_NtlmContinue(array<Byte>[]()[][])
Continues authentication process.
Declaration Syntax
C#Visual BasicVisual C++F#
public override byte[] Continue(
	byte[] serverResponse
)
Public Overrides Function Continue ( 
	serverResponse As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Continue(
	array<unsigned char>^ serverResponse
) override
abstract Continue : 
        serverResponse : byte[] -> byte[] 
override 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.
Exceptions
ExceptionCondition
InvalidOperationExceptionIs raised when this method is called when authentication is completed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119