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