共用方式為


Saml2AuthorizationDecisionStatement.Actions 屬性

定義

取得或設定已獲授權在指定資源上執行的動作集合。

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Action ^> ^ Actions { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Action ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Action> Actions { get; }
member this.Actions : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Action>
Public ReadOnly Property Actions As Collection(Of Saml2Action)

屬性值

指定授權動作的 Saml2Action 型別集合。

備註

對應至 <saml:Actions> 子專案。 如需這個類別所代表項目的詳細資訊,請參閱下列規格:Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0 (OASIS 安全性聲明標記語言 (SAML) V2.0 的聲明與通訊協定)。

適用於