Unwraps (decrypts) the SSPI message.

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

Syntax

Visual Basic
Public Function Unwrap ( _
	challenge As Byte(), _
	<OutAttribute> ByRef qop As Integer _
) As Byte()
C#
public byte[] Unwrap(
	byte[] challenge,
	out int qop
)

Parameters

challenge
Type: array<System..::..Byte>[]()[][]
Challenge.
qop
Type: System..::..Int32%
QOP

Return Value

Unwrapped (decrypted) message.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also