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