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含まれていない場合があります。

適用対象