SamlAction.Action 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 安全性權杖的主體在尋找以便對已指定之資源執行的動作。
例外狀況
IsReadOnly 屬性的值是 true
,並且已經設定 Action 屬性。
備註
Action 屬性會對應到 <saml:Action>
XML 項目的文字內容,而該 XML 項目已定義在 OASIS SAML 1.1 規格中。