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