Base:
method
ImportSubjectPublicKeyInfo
System.Security.Cryptography.AsymmetricAlgorithm.ImportSubjectPublicKeyInfo(System.ReadOnlySpan<System.Byte>, out System.Int32)
2 overrides of ImportSubjectPublicKeyInfo
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
103
public override void
ImportSubjectPublicKeyInfo
(ReadOnlySpan<byte> source, out int bytesRead) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
86
public override void
ImportSubjectPublicKeyInfo
(
4 references to ImportSubjectPublicKeyInfo
System.Security.Cryptography (4)
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
104
_wrapped.
ImportSubjectPublicKeyInfo
(source, out bytesRead);
System\Security\Cryptography\ECDsaWrapper.cs (1)
89
_wrapped.
ImportSubjectPublicKeyInfo
(source, out bytesRead);
System\Security\Cryptography\X509Certificates\PublicKey.cs (2)
257
ecdsa.
ImportSubjectPublicKeyInfo
(ExportSubjectPublicKeyInfo(), out _);
287
ecdh.
ImportSubjectPublicKeyInfo
(ExportSubjectPublicKeyInfo(), out _);