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