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