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