2 references to ReadPkcs8
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
89ReadPkcs8(source, out int bytesRead);
System\Security\Cryptography\RSA.cs (1)
938ReadOnlySpan<byte> pkcs1 = RSAKeyFormatHelper.ReadPkcs8(source, out int localRead);