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