11 references to actions
System.IdentityModel (11)
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (11)
47this.actions.Add(action); 67get { return this.actions; } 121foreach (SamlAction action in this.actions) 126this.actions.MakeReadOnly(); 137for (int i = 0; i < this.actions.Count; ++i) 139claims.Add(new Claim(ClaimTypes.AuthorizationDecision, new SamlAuthorizationDecisionClaimResource(this.resource, this.accessDecision, this.actions[i].Namespace, this.actions[i].Action), Rights.PossessProperty)); 151if (this.actions.Count == 0) 199this.actions.Add(action); 213if (this.actions.Count == 0) 245foreach (SamlAction action in this.actions)