SecurityException.GrantedSet プロパティ

定義

SecurityExceptionの原因となったアセンブリの許可されたアクセス許可セットを取得または設定します。

public:
 property System::String ^ GrantedSet { System::String ^ get(); };
public:
 property System::String ^ GrantedSet { System::String ^ get(); void set(System::String ^ value); };
public string GrantedSet { get; }
public string GrantedSet { get; set; }
member this.GrantedSet : string
member this.GrantedSet : string with get, set
Public ReadOnly Property GrantedSet As String
Public Property GrantedSet As String

プロパティ値

アセンブリの付与されたセットの XML 表現。

注釈

このプロパティには、 AllowPartiallyTrustedCallersAttributeのチェックに関連する例外以外のセキュリティ例外に関連するデータが含まれていない場合があります。

適用対象