Saml2Action.Value 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 Saml2AuthorizationDecisionStatement 的主题可对资源执行的操作。
public:
property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String
属性值
Saml2AuthorizationDecisionStatement 的主题可对资源执行的操作。
例外
尝试设置一个为 null
或一个空字符串的值。
注解
<saml:Action>
元素的值。 要深入了解此类表示的元素,请参阅以下规范:OASIS 安全断言标记语言 (SAML) 2.0 版的断言和协议。