I need some help, I\'m trying to pass windows credentials to a WCF service. In the IIS only Windows authentication is enabled for those service and runs over https.
Try:
Client.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;
Keep the assignment from CredentialCache.
CredentialCache