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