Saml2AuthorizationDecisionStatement.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets of set the set of Saml2Action authorized to be performed on the specified resource. [Saml2Core, 2.7.4]
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Action> Actions { get; }
member this.Actions : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Action>
Public ReadOnly Property Actions As ICollection(Of Saml2Action)