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