Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

58 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="AuthorizationRuleAction" FullName="System.Web.Configuration.AuthorizationRuleAction">
<TypeSignature Language="C#" Value="public enum AuthorizationRuleAction" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Use the <see cref="P:System.Web.Configuration.AuthorizationRule.Action" /> property to programmatically configure the authorization action to be used by a Web application.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the type of authorization to apply when accessing a resource.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Allow">
<MemberSignature Language="C#" Value="Allow" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.Configuration.AuthorizationRuleAction</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The authorization type allows access to the resource.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Deny">
<MemberSignature Language="C#" Value="Deny" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Web.Configuration.AuthorizationRuleAction</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The authorization type denies access to the resource.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>