2 references to Mgf1
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PssParamsAsn.manual.cs (1)
19if (MaskGenAlgorithm.Algorithm != Oids.Mgf1)
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
76MaskGenAlgorithm = new AlgorithmIdentifierAsn { Algorithm = Oids.Mgf1 },