SspiAuthentication.VerifySignature Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
VerifySignature(Byte[], Byte[])
Verifies an SSPI signature.
Declaration
public bool VerifySignature(byte[] signature, byte[] message)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | signature | Signature. |
Byte[] | message | Message. |
Returns
Type | Description |
---|---|
Boolean | True if valid, false otherwise. |
Remarks
Only supported on Windows platforms.