5 references to OaepHashAlgorithm
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (5)
193
Debug.Assert(padding.
OaepHashAlgorithm
.Name != null);
194
hashAlgorithm = Interop.Crypto.HashAlgorithmToEvp(padding.
OaepHashAlgorithm
.Name);
260
Debug.Assert(padding.
OaepHashAlgorithm
.Name != null);
261
hashAlgorithm = Interop.Crypto.HashAlgorithmToEvp(padding.
OaepHashAlgorithm
.Name);
845
padding.
OaepHashAlgorithm
.Name is string name &&