2 references to ImportFromEncryptedPem
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellman.cs (2)
1308
/// <inheritdoc cref="
ImportFromEncryptedPem
(ReadOnlySpan{char}, ReadOnlySpan{byte})" />
1316
return
ImportFromEncryptedPem
(source.AsSpan(), new ReadOnlySpan<byte>(passwordBytes));