dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Document issue: The SecurityBindingElement class does not contain a definition for CreateMutualCertificateBindingElement method.

Open DillionVVV opened this issue 1 year ago • 1 comments

Type of issue

Other (describe below)

Description

From this document: https://learn.microsoft.com/en-us/dotnet/api/system.servicemodel.channels.securitybindingelement?view=net-8.0

image

we can see the SecurityBindingElement class contain the CreateMutualCertificateBindingElement Method, but when we use it in the application, we can see the SecurityBindingElement class does not contain a definition for CreateMutualCertificateBindingElement method:

image (2)

Therefore the documentation is wrong, please help to check and fix it.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.servicemodel.channels.securitybindingelement?view=net-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.ServiceModel.Channels/SecurityBindingElement.xml

Document Version Independent Id

38a228cb-8716-12e5-dd4b-36fbf73f5154

Article author

@dotnet-bot

DillionVVV avatar Jul 30 '24 08:07 DillionVVV

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones