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 属性对应于 OASIS SAML 1.1 规范中定义的 <saml:Action> XML 元素的文本。

适用于