SspiAuthentication.MakeSignature Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
MakeSignature(Byte[])
Creates an SSPI signature.
Declaration
public byte[] MakeSignature(byte[] challenge)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | challenge | Challenge. |
Returns
Type | Description |
---|---|
Byte[] | Signature. |
Remarks
Only supported on Windows platforms.