DOC-10988: Csharp 3rd Party Limitations Relnotes#807
Open
osfameron wants to merge 1 commit intorelease/3.1from
Open
DOC-10988: Csharp 3rd Party Limitations Relnotes#807osfameron wants to merge 1 commit intorelease/3.1from
osfameron wants to merge 1 commit intorelease/3.1from
Conversation
Collaborator
Author
|
Building to https://osfameron.github.io/helium-3.1/couchbase-lite/3.1/csharp/releasenotes.html#known-issues (may take up to 30 mins from now) |
borrrden
requested changes
Apr 19, 2023
|
|
||
| ==== Using `TLSIdentity` with .NET 6 iOS and Mac Catalyst | ||
|
|
||
| In order to be able to use the `TLSIdentity` class, you must: |
Member
There was a problem hiding this comment.
Let's add a small correction here. You can still use the TLSIdentity.GetIdentity(X509Certificate2Collection) method, but that is the only one. The limitation here is for asking Couchbase Lite to perform cert / key storage on the user's behalf, whereas this method is for using a cert and key that they manage themselves.
In order to be able to fully use the
TLSIdentityclass, you must perform a series of steps. Without these steps the only API available will beTLSIdentity.GetIdentity(X509Certificate2Collection). To use the rest of the API, you must:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@borrrden is this along the lines you were thinking of for https://issues.couchbase.com/browse/DOC-10988 ?