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