3 references to ImportSecretKey
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1497
return MLDsaImplementation.
ImportSecretKey
(algorithm, source);
1789
dsa = MLDsaImplementation.
ImportSecretKey
(algorithm, expandedKey.Span);
src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.cs (1)
45
return
ImportSecretKey
(alg, skSpan);