3 writes to ipAddress
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
44this.ipAddress = ipAddress; 120this.ipAddress = value; 204this.ipAddress = reader.GetAttribute(dictionary.SubjectLocalityIPAddress, null);
5 references to ipAddress
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (5)
114get { return this.ipAddress; } 149claims.Add(new Claim(ClaimTypes.Authentication, new SamlAuthenticationClaimResource(this.authenticationInstant, this.authenticationMethod, this.dnsAddress, this.ipAddress, this.authorityBindings), Rights.PossessProperty)); 262if ((this.ipAddress != null) || (this.dnsAddress != null)) 266if (this.ipAddress != null) 269writer.WriteString(this.ipAddress);