3 references to ImportFromPem
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1484
/// <inheritdoc cref="
ImportFromPem
(ReadOnlySpan{char})" />
1493
return
ImportFromPem
(source.AsSpan());
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
1392
SlhDsa.
ImportFromPem
,