System.Security.Cryptography.CryptoConfig public class CryptoConfig Documentation public static bool AllowOnlyFipsAlgorithms { get; } public CryptoConfig() public static void AddAlgorithm(Type algorithm, string[] names) public static void AddOID(string oid, string[] names) public static object CreateFromName(string name) public static object CreateFromName(string name, object[] args) public static byte[] EncodeOID(string str) public static string MapNameToOID(string name)