SecurityException.GrantedSet 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置导致 SecurityException 的程序集的授予的权限集。
public:
property System::String ^ GrantedSet { System::String ^ get(); void set(System::String ^ value); };
public:
property System::String ^ GrantedSet { System::String ^ get(); };
public string? GrantedSet { get; set; }
public string GrantedSet { get; set; }
public string GrantedSet { get; }
member this.GrantedSet : string with get, set
member this.GrantedSet : string
Public Property GrantedSet As String
Public ReadOnly Property GrantedSet As String
属性值
程序集的授予权限集的 XML 表示形式。
注解
此属性可能不包含安全异常中的相关数据,但涉及检查的 AllowPartiallyTrustedCallersAttribute异常除外。