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