⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testconsole.exe.config

📁 应用框架的设计与实现的源代码(SAF) 《应用框架的设计与实现》随书源码
💻 CONFIG
字号:
<configuration>
	<configSections>
		<section name="Framework" type="SAF.Configuration.ConfigurationHandler,SAF.Configuration" />
		<section name="Application" type="SAF.Configuration.ConfigurationHandler,SAF.Configuration" />
	</configSections>
	
	<Framework type="SAF.Configuration.ConfigurationManager,SAF.Configuration">
		<SAF.Authorization>
			<Providers>
				<Provider name="Generic" type="SAF.Authorization.GenericAuthorizationProvider,SAF.Authorization,Version=1.0.0.0, Culture=neutral, PublicKeyToken=b638212fecba0404" />
				<Provider name="Windows" type="SAF.Authorization.WindowsAuthorizationProvider,SAF.Authorization,Version=1.0.0.0, Culture=neutral, PublicKeyToken=b638212fecba0404" />
			</Providers>
			<Permissions>
				<Allows>
					<Allow name="MyAssembly.MyType.MyMethod1" roles="BUILTIN\Administrators,Managers" provider="Windows" />
				</Allows>
				<Denies>
					<Deny name="MyAssembly.MyType.MyMethod2" roles="BUILTIN\Administrators" provider="Windows" />
				</Denies>
				<Denies>
					<Deny name="MyAssembly.MyType.MyMethod3" roles="Anoymous" provider="Generic" />
				</Denies>
			</Permissions>
		</SAF.Authorization>
	</Framework>
</configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -