3 references to ImportFromEncryptedPem
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
1629
/// <inheritdoc cref="
ImportFromEncryptedPem
(ReadOnlySpan{char}, ReadOnlySpan{char})" />
1639
return
ImportFromEncryptedPem
(source.AsSpan(), password.AsSpan());
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
1480
SlhDsa.
ImportFromEncryptedPem
,