Namespace Couchbase.Core.IO.Authentication.X509
Classes
CertificateFactory
Factory class for creating ICertificate
CertificatePathFactory
A CertificateFactory that looks up an x509 given a directory path and password.
CertificateStoreFactory
A CertificateFactory that queries the X509Store for a certificate using the search criteria here: https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509store?view=netcore-3.1
CertificateStoreSearchCriteria
An options class for locating a certification store and returning a X509Certificate2Collection.