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