Base:
method
ImportFromPem
System.Security.Cryptography.AsymmetricAlgorithm.ImportFromPem(System.ReadOnlySpan<System.Char>)
2 overrides of ImportFromPem
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
114public override void ImportFromPem(ReadOnlySpan<char> input) => _wrapped.ImportFromPem(input);
System\Security\Cryptography\ECDsaWrapper.cs (1)
160public override void ImportFromPem(ReadOnlySpan<char> input) => _wrapped.ImportFromPem(input);
5 references to ImportFromPem
System.Security.Cryptography (5)
System\Security\Cryptography\ECAlgorithm.cs (3)
493/// If the value is PEM-encoded, <see cref="ImportFromPem" /> should be used. 552/// If this value is PEM-encoded, <see cref="ImportFromPem" /> should be used. 592/// If the value is PEM-encoded, <see cref="ImportFromPem" /> should be used.
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
114public override void ImportFromPem(ReadOnlySpan<char> input) => _wrapped.ImportFromPem(input);
System\Security\Cryptography\ECDsaWrapper.cs (1)
160public override void ImportFromPem(ReadOnlySpan<char> input) => _wrapped.ImportFromPem(input);