SecurityException.GrantedSet 属性

定义

获取或设置导致 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

属性值

String

程序集的授予权限集的 XML 表示形式。

注解

此属性可能不包含安全异常中的相关数据,但涉及检查的 AllowPartiallyTrustedCallersAttribute异常除外。

适用于