<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Security.Cryptography.DES

public abstract class DES : SymmetricAlgorithm
namespace System.Security.Cryptography { public abstract class DES : SymmetricAlgorithm { protected DES(); public new static DES Create(); public new static DES Create(string algName); public static bool IsSemiWeakKey(byte[] rgbKey); public static bool IsWeakKey(byte[] rgbKey); } }