SspiAuthentication.Wrap Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
Wrap(Byte[], Int32, out Boolean)
Wraps (encrypts) SSPI message.
Declaration
public byte[] Wrap(byte[] response, int qop, out bool complete)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | response | Response. |
Int32 | qop | QOP. |
Boolean | complete | Receives a value indicating whether the SSPI has finished. |
Returns
Type | Description |
---|---|
Byte[] | Wrapped (encrypted) message. |
Remarks
Only supported on Windows platforms.