2 references to ImportSecretKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
1521
return SlhDsaImplementation.
ImportSecretKey
(algorithm, source);
src\libraries\Common\src\System\Security\Cryptography\SlhDsaImplementation.cs (1)
32
return
ImportSecretKey
(key.Algorithm, secretKey);