3 references to ImportPublicKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (1)
168
MLDsaImplementation mldsa = MLDsaImplementation.
ImportPublicKey
(metadata.MLDsaAlgorithm, mldsaKey);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1369
return MLDsaImplementation.
ImportPublicKey
(algorithm, spki.SubjectPublicKey.Span);
1807
return MLDsaImplementation.
ImportPublicKey
(algorithm, source);