4 references to FromOid
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1665
MLKemAlgorithm? algorithm = MLKemAlgorithm.
FromOid
(identifier.Algorithm);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
348
if (MLKemAlgorithm.
FromOid
(_oid.Value) is null)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
797
if (MLKemAlgorithm.
FromOid
(GetKeyAlgorithm()) is null)
818
MLKemAlgorithm? algorithm = MLKemAlgorithm.
FromOid
(GetKeyAlgorithm());