3 overrides of ImportSubjectPublicKeyInfo
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (1)
1081
public override void
ImportSubjectPublicKeyInfo
(
System\Security\Cryptography\ECAlgorithm.cs (1)
554
public override void
ImportSubjectPublicKeyInfo
(
System\Security\Cryptography\RSA.cs (1)
875
public override unsafe void
ImportSubjectPublicKeyInfo
(ReadOnlySpan<byte> source, out int bytesRead)
2 references to ImportSubjectPublicKeyInfo
System.Security.Cryptography (2)
System\Security\Cryptography\AsymmetricAlgorithm.cs (2)
342
/// or <see cref="
ImportSubjectPublicKeyInfo
" />.
367
PemLabels.SpkiPublicKey =>
ImportSubjectPublicKeyInfo
,