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