2 references to ImportSlhDsaPublicKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1694
/// <inheritdoc cref="
ImportSlhDsaPublicKey
(SlhDsaAlgorithm, ReadOnlySpan{byte})" />
1702
return
ImportSlhDsaPublicKey
(algorithm, new ReadOnlySpan<byte>(source));