Base:
method
ImportSubjectPublicKeyInfo
System.Security.Cryptography.AsymmetricAlgorithm.ImportSubjectPublicKeyInfo(System.ReadOnlySpan<System.Byte>, out System.Int32)
2 overrides of ImportSubjectPublicKeyInfo
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
518public override void ImportSubjectPublicKeyInfo(
System\Security\Cryptography\RSAWrapper.cs (1)
171public override void ImportSubjectPublicKeyInfo(ReadOnlySpan<byte> source, out int bytesRead) =>
2 references to ImportSubjectPublicKeyInfo
System.Security.Cryptography (2)
System\Security\Cryptography\RSAWrapper.cs (1)
172_wrapped.ImportSubjectPublicKeyInfo(source, out bytesRead);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
175rsa.ImportSubjectPublicKeyInfo(ExportSubjectPublicKeyInfo(), out _);