Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Dec 21, 2023
1 parent 8159f65 commit c1f06c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Target configures access restriction rules that are imposed on the code in the a
|Attribute or element|Type|Nullable|Description|
|-|-|-|-|
|assembly|Attributes|No|The role of access restrictions is the target assembly, that is, the functions accessed by the code in the assembly must meet the access restriction rules specified in rules|
The |accessAssemblyNotInRules|property|is|whether assemblies not covered by rules can be accessed. The default is false. When `true, yes, 1` is taken, it is true, and when `false, no, 0` is taken, it is false|
|accessAssemblyNotInRules|property|is|whether assemblies not covered by rules can be accessed. The default is false. When `true, yes, 1` is taken, it is true, and when `false, no, 0` is taken, it is false|
|rules|Attribute|No|Rule id list, separated by `,`. The functions accessed by the code in the assembly must not be in any of the restricted sets of Rule |

## XmlAccessPolicyReader and BinaryAccessPolicyWriter
Expand Down

0 comments on commit c1f06c2

Please sign in to comment.