Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions xml/System.Reflection/DeclarativeSecurityAction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<summary>Specifies the security actions that can be performed using declarative security.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -44,7 +44,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The calling code can access the resource identified by the current permission object, even if callers higher in the stack have not been granted permission to access the resource.</summary>
</Docs>
</Member>
<Member MemberName="Demand">
Expand All @@ -69,7 +69,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Check that all callers in the call chain have been granted the specified permission.</summary>
</Docs>
</Member>
<Member MemberName="Deny">
Expand All @@ -94,7 +94,7 @@
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Without further checks refuse Demand for the specified permission.</summary>
</Docs>
</Member>
<Member MemberName="InheritanceDemand">
Expand All @@ -119,7 +119,7 @@
</ReturnValue>
<MemberValue>7</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The derived class inheriting the class or overriding a method is required to have the specified permission.</summary>
</Docs>
</Member>
<Member MemberName="LinkDemand">
Expand All @@ -144,7 +144,7 @@
</ReturnValue>
<MemberValue>6</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Check that the immediate caller has been granted the specified permission.</summary>
</Docs>
</Member>
<Member MemberName="None">
Expand All @@ -169,7 +169,7 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>No declarative security action.</summary>
</Docs>
</Member>
<Member MemberName="PermitOnly">
Expand All @@ -194,7 +194,7 @@
</ReturnValue>
<MemberValue>5</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Without further checks, refuse the demand for all permissions other than those specified.</summary>
</Docs>
</Member>
<Member MemberName="RequestMinimum">
Expand All @@ -219,7 +219,7 @@
</ReturnValue>
<MemberValue>8</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Request the minimum permissions required for code to run. This action can only be used within the scope of the assembly.</summary>
</Docs>
</Member>
<Member MemberName="RequestOptional">
Expand All @@ -244,7 +244,7 @@
</ReturnValue>
<MemberValue>9</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Request additional permissions that are optional (not required to run). This request implicitly refuses all other permissions not specifically requested. This action can only be used within the scope of the assembly.</summary>
</Docs>
</Member>
<Member MemberName="RequestRefuse">
Expand All @@ -269,7 +269,7 @@
</ReturnValue>
<MemberValue>10</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Request that permissions that might be misused not be granted to the calling code. This action can only be used within the scope of the assembly.</summary>
</Docs>
</Member>
</Members>
Expand Down