AssemblyBuilder.PermissionSet 属性
定义
获取当前动态程序集的授予集。Gets the grant set of the current dynamic assembly.
public:
virtual property System::Security::PermissionSet ^ PermissionSet { System::Security::PermissionSet ^ get(); };
[get: System.Security.SecurityCritical]
public override System.Security.PermissionSet PermissionSet { get; }
[<get: System.Security.SecurityCritical>]
member this.PermissionSet : System.Security.PermissionSet
Public Overrides ReadOnly Property PermissionSet As PermissionSet
属性值
当前动态程序集的授予集。The grant set of the current dynamic assembly.
- 属性
注解
PermissionSet 对象可以包含敏感信息,如路径。PermissionSet objects can contain sensitive information such as paths. 因此,访问这些对象需要完全信任。Therefore, full trust is required to access these objects.