Skip to content
New issue

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

DOC-10988: Csharp 3rd Party Limitations Relnotes #807

Open
wants to merge 1 commit into
base: release/3.1
Choose a base branch
from

Conversation

osfameron
Copy link
Collaborator

@borrrden is this along the lines you were thinking of for https://issues.couchbase.com/browse/DOC-10988 ?

@osfameron
Copy link
Collaborator Author


==== Using `TLSIdentity` with .NET 6 iOS and Mac Catalyst

In order to be able to use the `TLSIdentity` class, you must:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 TLSIdentity class, you must perform a series of steps. Without these steps the only API available will be TLSIdentity.GetIdentity(X509Certificate2Collection). To use the rest of the API, you must:

Copy link
Contributor

@franrob-projects franrob-projects left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants