2 writes to HashFunc
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (2)
151System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref explicitReader, rebind, out decoded.HashFunc); 157System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref defaultReader, rebind, out decoded.HashFunc);
4 references to HashFunc
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\PkcsHelpers.cs (3)
366if (mgf1AlgorithmIdentifier.Algorithm != oaepParameters.HashFunc.Algorithm) 381switch (oaepParameters.HashFunc.Algorithm) 398oaepParameters.HashFunc.Algorithm);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\OaepParamsAsn.xml.cs (1)
61HashFunc.Encode(tmp);