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 例外狀況除外。