3 references to StsAuthority
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs (3)
78
return (String.Equals(
StsAuthority
, otherKey.
StsAuthority
, StringComparison.InvariantCultureIgnoreCase)
99
hashCode = (hashCode * 17) +
StsAuthority
.GetHashCode();