SecurityAttribute.Unrestricted プロパティ

定義

属性によって保護されているリソースに対して完全な (無制限の) アクセス許可が宣言されているかどうかを示す値を取得または設定します。

public:
 property bool Unrestricted { bool get(); void set(bool value); };
public bool Unrestricted { get; set; }
member this.Unrestricted : bool with get, set
Public Property Unrestricted As Boolean

プロパティ値

保護されているリソースに対して完全なアクセス許可が宣言されている場合は true。それ以外の場合は false

注釈

このプロパティは、宣言型セキュリティのためにカスタム属性を実装するすべてのクラスによって継承されます。

適用対象