2 references to TryGetHashOidToByteLength
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (2)
137
return
TryGetHashOidToByteLength
(hashOid) ??
148
int? outputSize =
TryGetHashOidToByteLength
(hashAlgorithmOid);