Home
last modified time | relevance | path

Searched refs:AssemblySystem (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Policy/
H A DDefaultPolicies.cs74 private const string DnsPermissionClass = "System.Net.DnsPermission, " + Consts.AssemblySystem;
75 …string EventLogPermissionClass = "System.Diagnostics.EventLogPermission, " + Consts.AssemblySystem;
77 …ivate const string SocketPermissionClass = "System.Net.SocketPermission, " + Consts.AssemblySystem;
78 private const string WebPermissionClass = "System.Net.WebPermission, " + Consts.AssemblySystem;
79 …unterPermissionClass = "System.Diagnostics.PerformanceCounterPermission, " + Consts.AssemblySystem;
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Cryptography/
H A DCryptoConfig.cs225 … defaultNamespace + "X509Certificates.X509SubjectKeyIdentifierExtension, " + Consts.AssemblySystem;
226 …09KeyUsage = defaultNamespace + "X509Certificates.X509KeyUsageExtension, " + Consts.AssemblySystem;
227 …ts = defaultNamespace + "X509Certificates.X509BasicConstraintsExtension, " + Consts.AssemblySystem;
228 …ge = defaultNamespace + "X509Certificates.X509EnhancedKeyUsageExtension, " + Consts.AssemblySystem;
232 …tring defaultX509Chain = defaultNamespace + "X509Certificates.X509Chain, " + Consts.AssemblySystem;
/dports/lang/mono/mono-5.10.1.57/mcs/build/common/
H A DConsts.cs101 …public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKe… field in Consts
H A DConsts.cs.in101 …public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKe… field in Consts
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DAxHost.cs134 [TypeConverter("System.ComponentModel.TypeConverter, " + Consts.AssemblySystem)]
H A DDataGridViewCell.cs365 [TypeConverter ("System.ComponentModel.StringConverter, " + Consts.AssemblySystem)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DDataList.cs43 …+ Consts.AssemblySystem_Design, "System.ComponentModel.ComponentEditor, " + Consts.AssemblySystem)]