We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation request. The, at the time, latest release notes for 10.1 CU3 (https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU3.md) describe a new feature for working with certificates, the CertificateManager class.
CertificateManager
There is no documentation to be found (or I am blind), and I have not found the class in neither this repository or the "dotnet" repository.
The closest thing I can find is this:
service-fabric/src/prod/src/managed/Api/src/System/Fabric/Common/CertificateManager.cs
Line 14 in 887a7e5
Which is internal, and as far as I can tell does not cover the scenarios described in the release notes.
Describe the solution you'd like Some documentation - or lacking that an update of the source in the correct repository so we can see what it is.
Assignees: /cc @microsoft/service-fabric-triage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation request.
The, at the time, latest release notes for 10.1 CU3 (https://github.com/microsoft/service-fabric/blob/master/release_notes/Service_Fabric_ReleaseNotes_101CU3.md) describe a new feature for working with certificates, the
CertificateManager
class.There is no documentation to be found (or I am blind), and I have not found the class in neither this repository or the "dotnet" repository.
The closest thing I can find is this:
service-fabric/src/prod/src/managed/Api/src/System/Fabric/Common/CertificateManager.cs
Line 14 in 887a7e5
Which is internal, and as far as I can tell does not cover the scenarios described in the release notes.
Describe the solution you'd like
Some documentation - or lacking that an update of the source in the correct repository so we can see what it is.
Assignees: /cc @microsoft/service-fabric-triage
The text was updated successfully, but these errors were encountered: