Base:
method
ImportSubjectPublicKeyInfo
System.Security.Cryptography.AsymmetricAlgorithm.ImportSubjectPublicKeyInfo(System.ReadOnlySpan<System.Byte>, out System.Int32)
1 override of ImportSubjectPublicKeyInfo
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
103public override void ImportSubjectPublicKeyInfo(ReadOnlySpan<byte> source, out int bytesRead) =>
3 references to ImportSubjectPublicKeyInfo
System.Security.Cryptography (3)
System\Security\Cryptography\DSAWrapper.cs (1)
104_wrapped.ImportSubjectPublicKeyInfo(source, out bytesRead);
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
186dsa.ImportSubjectPublicKeyInfo(encoded, out _);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
206dsa.ImportSubjectPublicKeyInfo(ExportSubjectPublicKeyInfo(), out _);