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