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