AuthorizationContext.Action プロパティ

定義

プリンシパルが承認される操作を取得します。

public:
 property System::Collections::ObjectModel::Collection<System::Security::Claims::Claim ^> ^ Action { System::Collections::ObjectModel::Collection<System::Security::Claims::Claim ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Security.Claims.Claim> Action { get; }
member this.Action : System.Collections.ObjectModel.Collection<System.Security.Claims.Claim>
Public ReadOnly Property Action As Collection(Of Claim)

プロパティ値

要求に関連するアクションを表すクレームのコレクション。

注釈

通常は単一要素を含むコレクション。

適用対象