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