Wraps (encrypts) SSPI message.
Namespace:
Rebex.Security.Authentication
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function Wrap ( _ response As Byte(), _ qop As Integer, _ <OutAttribute> ByRef complete As Boolean _ ) As Byte() |
C# |
---|
public byte[] Wrap( byte[] response, int qop, out bool complete ) |
Parameters
- response
- Type: array<System..::..Byte>[]()[][]
Response.
- qop
- Type: System..::..Int32
QOP.
- complete
- Type: System..::..Boolean%
Receives a value indicating whether the SSPI has finished.
Return Value
Wrapped (encrypted) message.Remarks
Only supported on Windows platforms.