SecurityException.GrantedSet プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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のチェックに関連する例外以外のセキュリティ例外に関連するデータが含まれていない場合があります。