8 references to authorityBindings
System.IdentityModel (8)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (8)
53
this.
authorityBindings
.Add(binding);
97
get { return this.
authorityBindings
; }
133
foreach (SamlAuthorityBinding binding in this.
authorityBindings
)
138
this.
authorityBindings
.MakeReadOnly();
149
claims.Add(new Claim(ClaimTypes.Authentication, new SamlAuthenticationClaimResource(this.authenticationInstant, this.authenticationMethod, this.dnsAddress, this.ipAddress, this.
authorityBindings
), Rights.PossessProperty));
225
this.
authorityBindings
.Add(binding);
283
for (int i = 0; i < this.
authorityBindings
.Count; i++)
285
this.
authorityBindings
[i].WriteXml(writer, samlSerializer, keyInfoSerializer);