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) =>
2 references to ImportSubjectPublicKeyInfo
System.Security.Cryptography (2)
System\Security\Cryptography\DSAWrapper.cs (1)
104
_wrapped.
ImportSubjectPublicKeyInfo
(source, out bytesRead);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
277
dsa.
ImportSubjectPublicKeyInfo
(ExportSubjectPublicKeyInfo(), out _);