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