3 overrides of ImportSubjectPublicKeyInfo
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (1)
1081public override void ImportSubjectPublicKeyInfo(
System\Security\Cryptography\ECAlgorithm.cs (1)
554public override void ImportSubjectPublicKeyInfo(
System\Security\Cryptography\RSA.cs (1)
875public 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" />. 367PemLabels.SpkiPublicKey => ImportSubjectPublicKeyInfo,