3 references to ServicePrincipalName
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs (3)
79
&& String.Equals(
ServicePrincipalName
, otherKey.
ServicePrincipalName
, StringComparison.InvariantCultureIgnoreCase));
100
hashCode = (hashCode * 17) +
ServicePrincipalName
.GetHashCode();