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