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

屬性值

這是組合體中已授予集合的 XML 表示法。

備註

此屬性可能不包含安全例外中相關的資料,僅包含涉及檢查的 AllowPartiallyTrustedCallersAttribute例外。

適用於