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)
518
public override void
ImportSubjectPublicKeyInfo
(
System\Security\Cryptography\RSAWrapper.cs (1)
171
public 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)
197
rsa.
ImportSubjectPublicKeyInfo
(ExportSubjectPublicKeyInfo(), out _);