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)
103public override void ImportSubjectPublicKeyInfo(ReadOnlySpan<byte> source, out int bytesRead) =>
System\Security\Cryptography\ECDsaWrapper.cs (1)
86public 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)
235ecdsa.ImportSubjectPublicKeyInfo(ExportSubjectPublicKeyInfo(), out _); 265ecdh.ImportSubjectPublicKeyInfo(ExportSubjectPublicKeyInfo(), out _);