共用方式為


SamlAction.Action 屬性

定義

取得或設定 SamlAuthorizationDecisionStatement 的主體能夠對已指定資源執行的動作。

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

屬性值

SamlSecurityToken 安全性權杖的主體在尋找以便對已指定之資源執行的動作。

例外狀況

Action 屬性設定為 null

-或-

Action 屬性設定為 Empty

IsReadOnly 屬性的值是 true,並且已經設定 Action 屬性。

備註

Action 屬性會對應到 <saml:Action> XML 項目的文字內容,而該 XML 項目已定義在 OASIS SAML 1.1 規格中。

適用於