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