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