3 references to ImportPublicKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
147MLDsaImplementation mldsa = MLDsaImplementation.ImportPublicKey(metadata.MLDsaAlgorithm, mldsaKey);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1375mldsa = MLDsaImplementation.ImportPublicKey(algorithm, key); 1811return MLDsaImplementation.ImportPublicKey(algorithm, source);