3 references to EndpointId
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
774
dicWriter.WriteElementString(dictionary.EndpointId, dictionary.EmptyString, this.
EndpointId
);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (2)
648
if (!string.IsNullOrEmpty(token.
EndpointId
))
650
if (token.
EndpointId
!= endpointId)