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