2 overrides of VerifyHash
System.Security.Cryptography (2)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (2)
1347
public override bool
VerifyHash
(byte[] hash, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1385
public override bool
VerifyHash
(byte[] hash, byte[] signature) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }