Creates an SSPI signature.

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

Syntax

Visual Basic
Public Function MakeSignature ( _
	challenge As Byte() _
) As Byte()
C#
public byte[] MakeSignature(
	byte[] challenge
)

Parameters

challenge
Type: array<System..::..Byte>[]()[][]
Challenge.

Return Value

Signature.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also