<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.3.26207.106" />

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 } }