2 references to ExportEncryptedPkcs8PrivateKeyPem
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1160/// <inheritdoc cref="ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan{char}, PbeParameters)"/> 1170return ExportEncryptedPkcs8PrivateKeyPem(password.AsSpan(), pbeParameters);