Get next SSPI message.

Namespace:  Rebex.Security.Authentication
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetNextMessage ( _
	challenge As Byte(), _
	<OutAttribute> ByRef complete As Boolean _
) As Byte()
C#
public byte[] GetNextMessage(
	byte[] challenge,
	out bool complete
)

Parameters

challenge
Type: array<System..::..Byte>[]()[][]
Challenge.
complete
Type: System..::..Boolean%
Receives a value indicating whether the SSPI has finished.

Return Value

Next SSPI message.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also