3 overrides of ImportFromPem
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (1)
1155public override void ImportFromPem(ReadOnlySpan<char> input)
System\Security\Cryptography\ECAlgorithm.cs (1)
705public override void ImportFromPem(ReadOnlySpan<char> input)
System\Security\Cryptography\RSA.cs (1)
1084public override void ImportFromPem(ReadOnlySpan<char> input)
3 references to ImportFromPem
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
169asymmetricAlgorithm.ImportFromPem(keyText);
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (1)
1159base.ImportFromPem(input);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
1445key.ImportFromPem(contents[fields.Location]);