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