3 references to ImportSlhDsaPrivateKey
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (3)
1300ret = ImportSlhDsaPrivateKey(info, key); 1744/// <inheritdoc cref="ImportSlhDsaPrivateKey(SlhDsaAlgorithm, ReadOnlySpan{byte})" /> 1752return ImportSlhDsaPrivateKey(algorithm, new ReadOnlySpan<byte>(source));