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)
103
public 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)
186
dsa.
ImportSubjectPublicKeyInfo
(encoded, out _);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
206
dsa.
ImportSubjectPublicKeyInfo
(ExportSubjectPublicKeyInfo(), out _);