1 override of VerifyHash
System.Security.Cryptography (1)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (1)
1348
public override bool
VerifyHash
(System.ReadOnlySpan<byte> hash, System.ReadOnlySpan<byte> signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
3 references to VerifyHash
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseKey.cs (1)
244
return _ecdsaKey.
VerifyHash
(toBeSigned, signature);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (2)
98
return key.
VerifyHash
(valueHash, ieee);
179
if (!certKey.
VerifyHash
(dataHash, signedHash))