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