1 write to LocalId
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
46
LocalId
= localId;
4 references to LocalId
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (3)
60
return ReferenceEquals(this, that) || (that != null && that.Matches(
LocalId
, OwnerType));
70
if (
LocalId
!= localId)
92
return string.Format(CultureInfo.InvariantCulture, "LocalIdKeyIdentifierClause(LocalId = '{0}', Owner = '{1}')",
LocalId
, OwnerType);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
452
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.URI, null, "#" + localIdClause.
LocalId
);