1 reference to CryptVerifySignature
System.Security.Cryptography (1)
System\Security\Cryptography\CapiHelper.Windows.cs (1)
1218bool verified = Interop.Advapi32.CryptVerifySignature(hHash, signature, signature.Length, hKey, null, Interop.Advapi32.CryptSignAndVerifyHashFlags.None);