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