2 references to ExportPkcs8PrivateKeyCallback
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (2)
434return ExportPkcs8PrivateKeyCallback(static pkcs8 => pkcs8.ToArray()); 450return ExportPkcs8PrivateKeyCallback(static pkcs8 => PemEncoding.WriteString(PemLabels.Pkcs8PrivateKey, pkcs8));