Hi, I'm trying to migrate the following code from .NET Framework 4.8 to .NET 6.0/WCF 6.2. It appears that the SecurityBindingElement.CreateUserNameForCertificateBindingElement() method and its return type (SymmetricSecurityBindingElement) are not available in WCF. Is there another way I can achieve the same thing using functinality available in WCF 6.2? If not are there any 3rd party NuGet packages that may support it? Any help would be much appreciated
Hi, I'm trying to migrate the following code from .NET Framework 4.8 to .NET 6.0/WCF 6.2. It appears that the
SecurityBindingElement.CreateUserNameForCertificateBindingElement()
method and its return type (SymmetricSecurityBindingElement
) are not available in WCF. Is there another way I can achieve the same thing using functinality available in WCF 6.2? If not are there any 3rd party NuGet packages that may support it? Any help would be much appreciated