2 references to ImportFromEncryptedPem
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1642
/// <inheritdoc cref="
ImportFromEncryptedPem
(ReadOnlySpan{char}, ReadOnlySpan{byte})" />
1652
return
ImportFromEncryptedPem
(source.AsSpan(), new ReadOnlySpan<byte>(passwordBytes));