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含まれていない可能性があります。