dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
719 stars 1.56k forks source link

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

Open DillionVVV opened 2 months ago

DillionVVV commented 2 months ago

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

dotnet-policy-service[bot] commented 2 months ago

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