Saml2AuthorizationDecisionStatement.Actions 属性

定义

获取或设置要对指定资源执行的一组授权的操作。

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Action ^> ^ Actions { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Action ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Action> Actions { get; }
member this.Actions : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Action>
Public ReadOnly Property Actions As Collection(Of Saml2Action)

属性值

一个 Saml2Action 类型的集合,指定认证操作。

注解

对应于 <saml:Actions> 子元素。 要深入了解此类表示的元素,请参阅以下规范:OASIS 安全断言标记语言 (SAML) 2.0 版的断言和协议

适用于