Verifies an SSPI signature.
Namespace:
Rebex.Security.Authentication
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function VerifySignature ( _ signature As Byte(), _ message As Byte() _ ) As Boolean |
C# |
---|
public bool VerifySignature( byte[] signature, byte[] message ) |
Parameters
- signature
- Type: array<System..::..Byte>[]()[][]
Signature.
- message
- Type: array<System..::..Byte>[]()[][]
Message.
Return Value
True if valid, false otherwise.Remarks
Only supported on Windows platforms.