SspiAuthentication.GetNextMessage Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
GetNextMessage(Byte[], out Boolean)
Get next SSPI message.
Declaration
public byte[] GetNextMessage(byte[] challenge, out bool complete)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | challenge | Challenge. |
Boolean | complete | Receives a value indicating whether the SSPI has finished. |
Returns
Type | Description |
---|---|
Byte[] | Next SSPI message. |
Remarks
Only supported on Windows platforms.