3 references to VerifyMac
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
48return _decoded.VerifyMac(password, _authSafeContents.Span);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
172if (!pfxAsn.VerifyMac(password, authSafeContents)) 182if (!verified && !pfxAsn.VerifyMac(password, authSafeContents))