SecurityException.RefusedSet 屬性

定義

取得或設定造成 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 例外狀況除外。

適用於