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