Creates an SSPI signature.
Namespace:
Rebex.Security.Authentication
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function MakeSignature ( _ challenge As Byte() _ ) As Byte() |
C# |
---|
public byte[] MakeSignature( byte[] challenge ) |
Parameters
- challenge
- Type: array<System..::..Byte>[]()[][]
Challenge.
Return Value
Signature.Remarks
Only supported on Windows platforms.