WCF .Net Framework does not support UsernameToken with PasswordDigest but microsoft provides a sample project to achieve this :
https://blogs.msdn.microsoft.com/aszego/2010/06/24/usernametoken-profile-vs-wcf/
Does WCF Connected Service for .NET Core support this natively? A sample code would be appreciated.