<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-rc.1.26425.128" />

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