3 references to ImportPrivateKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1857return MLDsaImplementation.ImportPrivateKey(algorithm, source); 2193dsa = MLDsaImplementation.ImportPrivateKey(algorithm, expandedKey.Span);
src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.cs (1)
46return ImportPrivateKey(alg, skSpan);