2 references to WritePkcs8PrivateKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
156
return
WritePkcs8PrivateKey
(ReadOnlySpan<byte>.Empty, pkcs1PrivateKey);
System\Security\Cryptography\RSA.cs (1)
791
return RSAKeyFormatHelper.
WritePkcs8PrivateKey
(new ReadOnlySpan<byte>(rented, 0, pkcs1Size));