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