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

System.Security.Cryptography documentation flaw

Open Fantasista766 opened this issue 1 year ago • 3 comments

There is no any mention about sub namespaces on the page

https://learn.microsoft.com/ru-ru/dotnet/api/system.security.cryptography?view=net-8.0

As I understood there are 4 sub namespaces for System.Security.Cryptography:

System.Security.Cryptography.Cose System.Security.Cryptography.Pkcs System.Security.Cryptography.X509Certificates System.Security.Cryptography.Xml

It is useful to add corresponding links to the page with System.Security.Cryptography for better user experience

Fantasista766 avatar May 18 '24 09:05 Fantasista766

FYI @mtrilbybassett.

gewarren avatar May 28 '24 19:05 gewarren

Child namespaces are not documented on the API browser. You need to look elsewhere to find them. I, personally, would like to see that changed; There's no discoverability.

colejohnson66 avatar May 29 '24 11:05 colejohnson66

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