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