3 references to ImportPrivateKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1861return MLDsaImplementation.ImportPrivateKey(algorithm, source); 2199dsa = MLDsaImplementation.ImportPrivateKey(algorithm, dsaKey.ExpandedKey);
src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.cs (1)
46return ImportPrivateKey(alg, skSpan);