You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 appreciatedThe text was updated successfully, but these errors were encountered: