3 references to OwnerType
System.ServiceModel.Primitives (3)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (2)
60return ReferenceEquals(this, that) || (that != null && that.Matches(LocalId, OwnerType)); 92return string.Format(CultureInfo.InvariantCulture, "LocalIdKeyIdentifierClause(LocalId = '{0}', Owner = '{1}')", LocalId, OwnerType);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
387return localClause.OwnerType;