3 references to ImportSubjectPublicKeyInfo
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (3)
1035
/// <inheritdoc cref="
ImportSubjectPublicKeyInfo
(ReadOnlySpan{byte})" />
1042
return
ImportSubjectPublicKeyInfo
(new ReadOnlySpan<byte>(source));
1284
PemLabels.SpkiPublicKey =>
ImportSubjectPublicKeyInfo
,