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