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