<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.12" />

System.Security.Cryptography.PbeEncryptionAlgorithm

Specifies encryption algorithms to be used with Password-Based Encryption (PBE).
namespace System.Security.Cryptography { public enum PbeEncryptionAlgorithm { Unknown, Aes128Cbc, Aes192Cbc, Aes256Cbc, TripleDes3KeyPkcs12 } }