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