ClaimsPrincipalPermissionAttribute.Resource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資源,主體應該獲得其授權,才能執行指定的動作 (作業)。
public:
property System::String ^ Resource { System::String ^ get(); void set(System::String ^ value); };
public string Resource { get; set; }
member this.Resource : string with get, set
Public Property Resource As String
屬性值
其目前主體應該要授權的資源。
備註
目前主體應獲授權執行指定動作的資源。 您必須在宣告中ClaimsPrincipalPermissionAttribute設定 Resource
屬性,否則會在呼叫 方法來建立許可權時CreatePermission擲回例外狀況。