📄 mscorcfg.cs
字号:
Void EnableStrongName( Boolean fDoOption, Boolean fEnable);
Void PutValuesInPage();
Void onRadioButtonChange( Object o, Class System.EventArgs e);
String get_Filename();
Void set_Filename( String value);
I4 get_HowToTrust();
property x509 { get(){} set(){} };
property sn { get(){} set(){} };
property Filename { get(){} set(){} };
property HowToTrust { get(){} set(){} };
}
class Microsoft.CLRAdmin.CTrustAppWiz2 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.TextBox m_txtFilename;
Class System.Windows.Forms.Button m_btnBrowse;
Class System.Windows.Forms.Label m_lblEnterPath;
Void Microsoft.CLRAdmin.CTrustAppWiz2();
I4 InsertPropSheetPageControls();
String get_Filename();
Void onTextChange( Object o, Class System.EventArgs e);
Void onBrowse( Object o, Class System.EventArgs e);
property Filename { get(){} set(){} };
}
class Microsoft.CLRAdmin.TrustBy : System.Object
{
I4 PUBCERT;
I4 HASH;
I4 SNAME;
I4 SNAMEVER;
I4 SNAMENAME;
Void Microsoft.CLRAdmin.TrustBy();
}
class Microsoft.CLRAdmin.CFullTrustWizard : Microsoft.CLRAdmin.CWizard
{
I4 Page1Index;
I4 Page2Index;
I4 Page3Index;
I4 Page4Index;
I4 Page5Index;
I4 Page6Index;
I4 Page7Index;
Boolean m_fHasCertOrSName;
I4 m_nPageToGetPermissionLevel;
Class System.Threading.Thread m_tAssemblyLoader;
Class Microsoft.CLRAdmin.AssemblyLoader m_al;
Class System.Security.Policy.Evidence m_ev;
Boolean m_fChangesMade;
Void Microsoft.CLRAdmin.CFullTrustWizard( Boolean fMachineReadOnly, Boolean fUserReadOnly);
Class Microsoft.CLRAdmin.CTrustAppWiz1 get_Page1();
Class Microsoft.CLRAdmin.CTrustAppWiz2 get_Page2();
Class Microsoft.CLRAdmin.CTrustAppWiz3 get_Page3();
Class Microsoft.CLRAdmin.CTrustAppWiz4 get_Page4();
Class Microsoft.CLRAdmin.CTrustAppWiz5 get_Page5();
Class Microsoft.CLRAdmin.CTrustAppWiz7 get_Page6();
Class Microsoft.CLRAdmin.CTrustAppWiz8 get_Page7();
I4 WizSetActive( I hwnd);
I4 WizBack( I hwnd);
I4 WizNext( I hwnd);
I4 WizFinish();
Void NewAssembly();
Void WipeEvidence();
Void LoadAssembly();
String GetNameOfNewPermissionLevel();
Boolean get_MadeChanges();
Class System.Security.Policy.PolicyLevel get_PolLevel();
I4 TryToCreateFullTrust();
Class System.Security.Policy.CodeGroup CreateCodegroup( Class System.Security.PermissionSet pSet, Boolean fHighjackExisting);
Class Microsoft.CLRAdmin.CSingleCodeGroup FindExistingCodegroup( Class System.Security.Policy.PolicyLevel pl, Class System.Security.Policy.IMembershipCondition mc);
I4 FindCurrentPermissionSet();
Class System.Security.Cryptography.X509Certificates.X509Certificate GetCertificate();
Class System.Security.Policy.StrongName GetStrongName();
Class System.Security.Policy.Hash GetHash();
property Page1 { get(){} set(){} };
property Page2 { get(){} set(){} };
property Page3 { get(){} set(){} };
property Page4 { get(){} set(){} };
property Page5 { get(){} set(){} };
property Page6 { get(){} set(){} };
property Page7 { get(){} set(){} };
property MadeChanges { get(){} set(){} };
property PolLevel { get(){} set(){} };
}
class Microsoft.CLRAdmin.CEvalAssemWiz3 : Microsoft.CLRAdmin.CWizardPage
{
I4 ENTERPRISENODE;
I4 MACHINENODE;
I4 USERNODE;
I4 UNIONCODEGROUP;
I4 NONUNIONCODEGROUP;
I4 INFOICON;
Class System.Windows.Forms.TextBox m_txtAssemEval;
Class System.Windows.Forms.TreeView m_tvCodegroups;
Class System.Windows.Forms.TextBox m_txtLevelEval;
Class System.Windows.Forms.Label m_lblAssemEval;
Class System.Windows.Forms.Label m_lblViewCodegroups;
Class System.Windows.Forms.Label m_lblLevelEval;
String m_sAssemName;
I4 m_nPolicyLevel;
Class System.Windows.Forms.ImageList m_ilIcons;
SZArray Class System.Security.Policy.CodeGroup m_cgMatchingCGs;
Void Microsoft.CLRAdmin.CEvalAssemWiz3();
Boolean Init( String sAssemName, I4 nPolicyLevel, SZArray Class System.Security.Policy.CodeGroup cg);
I4 InsertPropSheetPageControls();
Boolean PutValuesinPage();
Void PutInCodeGroup( Class System.Security.Policy.CodeGroup cg, Class System.Windows.Forms.TreeNode tn);
}
class MyTreeNode : System.Windows.Forms.TreeNode
{
Class System.Security.Policy.CodeGroup m_cg;
Void MyTreeNode( String sName, Class System.Security.Policy.CodeGroup cg);
Class System.Security.Policy.CodeGroup get_cg();
property cg { get(){} set(){} };
}
class Microsoft.CLRAdmin.CEvalAssemWiz2 : Microsoft.CLRAdmin.CWizardPage
{
I4 UNRESTRICTEDIMAGEINDEX;
I4 PARTIALIMAGEINDEX;
Class System.Windows.Forms.ListView m_lvPermissions;
Class System.Windows.Forms.Label m_lblLevelEval;
Class System.Windows.Forms.Label m_lblHelpPerm;
Class System.Windows.Forms.TextBox m_txtAssemEval;
Class System.Windows.Forms.Label m_lblHelp;
Class System.Windows.Forms.Label m_lblAssemEval;
Class System.Windows.Forms.Label m_lblLevelEvalVal;
Class System.Windows.Forms.Button m_btnViewPerm;
Class System.Windows.Forms.ImageList m_ilIcons;
String m_sAssemName;
I4 m_nPolicyLevel;
Class System.Security.PermissionSet m_ps;
Void Microsoft.CLRAdmin.CEvalAssemWiz2();
Boolean Init( String sAssemName, I4 nPolicyLevel, Class System.Security.PermissionSet ps);
I4 InsertPropSheetPageControls();
Boolean PutValuesinPage();
I4 DeterminePermissionIcon( Class System.Security.IPermission perm);
Void onViewPermsClick( Object o, Class System.EventArgs e);
}
class Microsoft.CLRAdmin.CEvalAssemWiz1 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblChooseOption;
Class System.Windows.Forms.Label m_lblChooseFile;
Class System.Windows.Forms.Label m_lblFilename;
Class System.Windows.Forms.Label m_lblPolLevel;
Class System.Windows.Forms.ComboBox m_cbLevels;
Class System.Windows.Forms.Button m_btnBrowse;
Class System.Windows.Forms.RadioButton m_radViewCodegroup;
Class System.Windows.Forms.Label m_lblChoosePolicy;
Class System.Windows.Forms.TextBox m_txtFilename;
Class System.Windows.Forms.RadioButton m_radViewPerms;
Class System.Threading.Thread m_tEvidence;
Class Microsoft.CLRAdmin.AssemblyLoader m_al;
String m_sEvalAssem;
Void Microsoft.CLRAdmin.CEvalAssemWiz1();
I4 InsertPropSheetPageControls();
String get_Filename();
Boolean get_ShowPermissions();
I4 get_PolicyLevel();
Void PutValuesinPage();
Void onBrowse( Object o, Class System.EventArgs e);
Void onObjectiveChange( Object o, Class System.EventArgs e);
Void onLevelChange( Object o, Class System.EventArgs e);
Void onTextChange( Object o, Class System.EventArgs e);
Void NewAssembly();
Boolean get_HaveCurrentEvidence();
Class System.Security.Policy.Evidence GetEvidence();
property Filename { get(){} set(){} };
property ShowPermissions { get(){} set(){} };
property PolicyLevel { get(){} set(){} };
property HaveCurrentEvidence { get(){} set(){} };
}
class Microsoft.CLRAdmin.CEvalAssemWizard : Microsoft.CLRAdmin.CSecurityWizard
{
I4 ENTERPRISE_CODEGROUPS;
I4 MACHINE_CODEGROUPS;
I4 USER_CODEGROUPS;
I4 ALL_CODEGROUPS;
Class System.Security.PermissionSet m_psGrantedPermissionSet;
SZArray Class System.Security.Policy.CodeGroup m_cgMatchingCodeGroups;
Class System.Security.Policy.Evidence m_ev;
Boolean m_fGetPermissions;
Class System.Threading.Thread m_tPermissionSet;
ValueClass System.Threading.ThreadPriority m_tpPermissionSet;
Class System.Threading.Thread m_tCodegroup;
ValueClass System.Threading.ThreadPriority m_tpCodegroup;
Boolean m_fPermErrors;
String m_sPermErrorMessage;
Boolean m_fCGErrors;
String m_sCGErrorMessage;
Void Microsoft.CLRAdmin.CEvalAssemWizard();
Class Microsoft.CLRAdmin.CEvalAssemWiz1 get_Page1();
Class Microsoft.CLRAdmin.CEvalAssemWiz2 get_Page2();
Class Microsoft.CLRAdmin.CEvalAssemWiz3 get_Page3();
I4 WizSetActive( I hwnd);
I4 WizBack( I hwnd);
I4 WizNext( I hwnd);
I4 WizFinish();
Void NewEvidenceReceived( Class System.Security.Policy.Evidence e);
Void NewObjectiveReceived( Boolean fGetPermissions);
Void RestartThread( ByRef Class System.Threading.Thread t, ValueClass System.Threading.ThreadPriority tp, Class System.Threading.ThreadStart ts);
Void SetThreadPriority( Class System.Threading.Thread t, ValueClass System.Threading.ThreadPriority tp);
Void RestartEvaluation();
Class System.Security.Policy.PolicyLevel GetPolicyLevel( I4 nPolLevel);
String GetDisplayString( I4 nPolicyLevel);
Void CreateGrantedPermissionSet();
Void CreateGrantedCodegroups();
property Page1 { get(){} set(){} };
property Page2 { get(){} set(){} };
property Page3 { get(){} set(){} };
}
class Microsoft.CLRAdmin.CNewCodeGroupWiz4 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.CheckBox m_chkExclusive;
Class System.Windows.Forms.CheckBox m_chkLevelFinal;
Class System.Windows.Forms.Label m_lblHelp;
Class System.Windows.Forms.Label m_lblExclusive;
Class System.Windows.Forms.Label m_lblLevelFinal;
Class System.Windows.Forms.Label m_lblTwoOptions;
Void Microsoft.CLRAdmin.CNewCodeGroupWiz4();
I4 InsertPropSheetPageControls();
Boolean get_Final();
Boolean get_Exclusive();
property Final { get(){} set(){} };
property Exclusive { get(){} set(){} };
}
class Microsoft.CLRAdmin.CNewCodeGroupWiz3 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.ComboBox m_cbPermissionSets;
Class System.Windows.Forms.RadioButton m_radCreatePermissionSet;
Class System.Windows.Forms.Label m_lblHelp;
Class System.Windows.Forms.RadioButton m_radUseExisting;
Class System.Security.Policy.PolicyLevel m_pl;
Void Microsoft.CLRAdmin.CNewCodeGroupWiz3( Class System.Security.Policy.PolicyLevel pl);
I4 InsertPropSheetPageControls();
Class System.Security.NamedPermissionSet get_PermSet();
Class System.Security.NamedPermissionSet GetCurrentPermissionSet();
Void PutValuesinPage();
property PermSet { get(){} set(){} };
}
class Microsoft.CLRAdmin.CSecurityPropPage : Microsoft.CLRAdmin.CPropPage
{
Boolean get_ReadOnly();
Boolean CanMakeChanges();
Void SecurityPolicyChanged();
Void Microsoft.CLRAdmin.CSecurityPropPage();
property ReadOnly { get(){} set(){} };
}
class Microsoft.CLRAdmin.CSingleCodeGroupMemCondProp : Microsoft.CLRAdmin.CSecurityPropPage
{
I4 ALL;
I4 APPLICATIONDIRECTORY;
I4 HASH;
I4 PUBLISHER;
I4 SITE;
I4 STRONGNAME;
I4 URL;
I4 ZONE;
I4 CUSTOM;
I4 INTERNET;
I4 INTRANET;
I4 MYCOMPUTER;
I4 TRUSTED;
I4 UNTRUSTED;
Class System.Windows.Forms.Label m_lblAllCodeDes;
Class System.Windows.Forms.Label m_lblAppDirectoryHelp;
Class System.Windows.Forms.Label m_lblHash;
Class System.Windows.Forms.Button m_btnImportHash;
Class System.Windows.Forms.RadioButton m_radMD5;
Class System.Windows.Forms.Label m_lblHashAlgo;
Class System.Windows.Forms.Label m_ImportHashHelp;
Class System.Windows.Forms.TextBox m_txtHash;
Class System.Windows.Forms.UserControl m_ucAllCode;
Class System.Windows.Forms.Label m_lblHashHelp;
Class System.Windows.Forms.RadioButton m_radSHA1;
Class System.Windows.Forms.UserControl m_ucAppDir;
Class System.Windows.Forms.UserControl m_ucPublisher;
Class System.Windows.Forms.Label m_lblPublisherHelp;
Class System.Windows.Forms.Button m_btnImportPubFromFile;
Class System.Windows.Forms.Label m_lblPublisherCertificate;
Class System.Windows.Forms.UserControl m_ucHash;
Class System.Windows.Forms.Button m_btnImportCertFromCertFile;
Class System.Windows.F
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -