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