4 references to NetworkCredentialHelper
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\SecurityUtils.cs (4)
683if (networkCredential != null && !NetworkCredentialHelper.IsDefault(networkCredential)) 699if (NetworkCredentialHelper.IsNullOrEmpty(credential)) 742if (NetworkCredentialHelper.IsDefault(credential)) 744string sid = NetworkCredentialHelper.GetCurrentUserIdAsString(credential);