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

プロパティ値

String

アセンブリの許可されたセットの XML 表現。

注釈

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

適用対象