3 writes to dnsAddress
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
43this.dnsAddress = dnsAddress; 108this.dnsAddress = value; 203this.dnsAddress = reader.GetAttribute(dictionary.SubjectLocalityDNSAddress, null);
5 references to dnsAddress
System.IdentityModel (5)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (5)
102get { return this.dnsAddress; } 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)) 273if (this.dnsAddress != null) 276writer.WriteString(this.dnsAddress);