2 references to WritePkcs8
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
507
return KeyFormatHelper.
WritePkcs8
(algorithmIdentifier, ecPrivateKey, attributeWriter);
src\libraries\Common\src\System\Security\Cryptography\MLKemPkcs8.cs (1)
57
AsnWriter pkcs8Writer = KeyFormatHelper.
WritePkcs8
(algorithmWriter, privateKeyWriter);