3 references to OwnerType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (2)
63
return ReferenceEquals(this, that) || (that != null && that.Matches(_localId, this.
OwnerType
));
85
return string.Format(CultureInfo.InvariantCulture, "LocalIdKeyIdentifierClause(LocalId = '{0}', Owner = '{1}')", this.LocalId, this.
OwnerType
);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
388
return localClause.
OwnerType
;