1 write to IPAddress
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2886
authnStatement.
IPAddress
= reader.GetAttribute(SamlConstants.AttributeNames.SubjectLocalityIPAddress, null);
3 references to IPAddress
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
2948
if ((statement.
IPAddress
!= null) || (statement.DnsAddress != null))
2952
if (statement.
IPAddress
!= null)
2954
writer.WriteAttributeString(SamlConstants.AttributeNames.SubjectLocalityIPAddress, null, statement.
IPAddress
);